From 468c07fa8cf014e35f163ae948153ecfe548c7f0 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 1 Dec 2025 15:59:21 -0600 Subject: [PATCH] migrate --- clusters/cl01tl/helm/bazarr/Chart.lock | 6 ++++++ clusters/cl01tl/{applications => helm}/bazarr/Chart.yaml | 0 .../bazarr/templates/external-secret.yaml | 0 .../bazarr/templates/http-route.yaml | 0 .../bazarr/templates/persistent-volume-claim.yaml | 0 .../bazarr/templates/persistent-volume.yaml | 0 .../bazarr/templates/replication-source.yaml | 0 .../cl01tl/{applications => helm}/bazarr/values.yaml | 0 clusters/cl01tl/helm/code-server/Chart.lock | 9 +++++++++ .../cl01tl/{applications => helm}/code-server/Chart.yaml | 0 .../code-server/templates/external-secret.yaml | 0 .../code-server/templates/http-route.yaml | 0 .../code-server/templates/persistent-volume-claim.yaml | 0 .../{applications => helm}/code-server/values.yaml | 0 clusters/cl01tl/helm/element-web/Chart.lock | 9 +++++++++ .../cl01tl/{applications => helm}/element-web/Chart.yaml | 0 .../element-web/templates/external-secret.yaml | 0 .../{applications => helm}/element-web/values.yaml | 0 clusters/cl01tl/helm/home-assistant/Chart.lock | 6 ++++++ .../{applications => helm}/home-assistant/Chart.yaml | 0 .../home-assistant/templates/external-secret.yaml | 0 .../home-assistant/templates/http-route.yaml | 0 .../home-assistant/templates/service-monitor.yaml | 0 .../{applications => helm}/home-assistant/values.yaml | 0 clusters/cl01tl/helm/homepage-dev/Chart.lock | 9 +++++++++ .../{applications => helm}/homepage-dev/Chart.yaml | 0 .../homepage-dev/templates/external-secret.yaml | 0 .../{applications => helm}/homepage-dev/values.yaml | 0 clusters/cl01tl/helm/huntarr/Chart.lock | 6 ++++++ .../cl01tl/{applications => helm}/huntarr/Chart.yaml | 0 .../huntarr/templates/http-route.yaml | 0 .../cl01tl/{applications => helm}/huntarr/values.yaml | 0 clusters/cl01tl/helm/kiwix/Chart.lock | 6 ++++++ clusters/cl01tl/{applications => helm}/kiwix/Chart.yaml | 0 .../kiwix/templates/http-route.yaml | 0 .../kiwix/templates/persistent-volume-claim.yaml | 0 .../kiwix/templates/persistent-volume.yaml | 0 clusters/cl01tl/{applications => helm}/kiwix/values.yaml | 0 clusters/cl01tl/helm/libation/Chart.lock | 6 ++++++ .../cl01tl/{applications => helm}/libation/Chart.yaml | 0 .../libation/templates/persistent-volume-claim.yaml | 0 .../libation/templates/persistent-volume.yaml | 0 .../cl01tl/{applications => helm}/libation/values.yaml | 2 +- 43 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 clusters/cl01tl/helm/bazarr/Chart.lock rename clusters/cl01tl/{applications => helm}/bazarr/Chart.yaml (100%) rename clusters/cl01tl/{applications => helm}/bazarr/templates/external-secret.yaml (100%) rename clusters/cl01tl/{applications => helm}/bazarr/templates/http-route.yaml (100%) rename clusters/cl01tl/{applications => helm}/bazarr/templates/persistent-volume-claim.yaml (100%) rename clusters/cl01tl/{applications => helm}/bazarr/templates/persistent-volume.yaml (100%) rename clusters/cl01tl/{applications => helm}/bazarr/templates/replication-source.yaml (100%) rename clusters/cl01tl/{applications => helm}/bazarr/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/code-server/Chart.lock rename clusters/cl01tl/{applications => helm}/code-server/Chart.yaml (100%) rename clusters/cl01tl/{applications => helm}/code-server/templates/external-secret.yaml (100%) rename clusters/cl01tl/{applications => helm}/code-server/templates/http-route.yaml (100%) rename clusters/cl01tl/{applications => helm}/code-server/templates/persistent-volume-claim.yaml (100%) rename clusters/cl01tl/{applications => helm}/code-server/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/element-web/Chart.lock rename clusters/cl01tl/{applications => helm}/element-web/Chart.yaml (100%) rename clusters/cl01tl/{applications => helm}/element-web/templates/external-secret.yaml (100%) rename clusters/cl01tl/{applications => helm}/element-web/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/home-assistant/Chart.lock rename clusters/cl01tl/{applications => helm}/home-assistant/Chart.yaml (100%) rename clusters/cl01tl/{applications => helm}/home-assistant/templates/external-secret.yaml (100%) rename clusters/cl01tl/{applications => helm}/home-assistant/templates/http-route.yaml (100%) rename clusters/cl01tl/{applications => helm}/home-assistant/templates/service-monitor.yaml (100%) rename clusters/cl01tl/{applications => helm}/home-assistant/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/homepage-dev/Chart.lock rename clusters/cl01tl/{applications => helm}/homepage-dev/Chart.yaml (100%) rename clusters/cl01tl/{applications => helm}/homepage-dev/templates/external-secret.yaml (100%) rename clusters/cl01tl/{applications => helm}/homepage-dev/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/huntarr/Chart.lock rename clusters/cl01tl/{applications => helm}/huntarr/Chart.yaml (100%) rename clusters/cl01tl/{applications => helm}/huntarr/templates/http-route.yaml (100%) rename clusters/cl01tl/{applications => helm}/huntarr/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/kiwix/Chart.lock rename clusters/cl01tl/{applications => helm}/kiwix/Chart.yaml (100%) rename clusters/cl01tl/{applications => helm}/kiwix/templates/http-route.yaml (100%) rename clusters/cl01tl/{applications => helm}/kiwix/templates/persistent-volume-claim.yaml (100%) rename clusters/cl01tl/{applications => helm}/kiwix/templates/persistent-volume.yaml (100%) rename clusters/cl01tl/{applications => helm}/kiwix/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/libation/Chart.lock rename clusters/cl01tl/{applications => helm}/libation/Chart.yaml (100%) rename clusters/cl01tl/{applications => helm}/libation/templates/persistent-volume-claim.yaml (100%) rename clusters/cl01tl/{applications => helm}/libation/templates/persistent-volume.yaml (100%) rename clusters/cl01tl/{applications => helm}/libation/values.yaml (97%) diff --git a/clusters/cl01tl/helm/bazarr/Chart.lock b/clusters/cl01tl/helm/bazarr/Chart.lock new file mode 100644 index 000000000..13f743c0c --- /dev/null +++ b/clusters/cl01tl/helm/bazarr/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: app-template + repository: https://bjw-s-labs.github.io/helm-charts/ + version: 4.4.0 +digest: sha256:c6f6d1f2fb9fedf54094920737a6f0bd1a2ab89f0a4122966ca98f6c9d3f11fa +generated: "2025-11-30T21:05:22.694344-06:00" diff --git a/clusters/cl01tl/applications/bazarr/Chart.yaml b/clusters/cl01tl/helm/bazarr/Chart.yaml similarity index 100% rename from clusters/cl01tl/applications/bazarr/Chart.yaml rename to clusters/cl01tl/helm/bazarr/Chart.yaml diff --git a/clusters/cl01tl/applications/bazarr/templates/external-secret.yaml b/clusters/cl01tl/helm/bazarr/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/applications/bazarr/templates/external-secret.yaml rename to clusters/cl01tl/helm/bazarr/templates/external-secret.yaml diff --git a/clusters/cl01tl/applications/bazarr/templates/http-route.yaml b/clusters/cl01tl/helm/bazarr/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/applications/bazarr/templates/http-route.yaml rename to clusters/cl01tl/helm/bazarr/templates/http-route.yaml diff --git a/clusters/cl01tl/applications/bazarr/templates/persistent-volume-claim.yaml b/clusters/cl01tl/helm/bazarr/templates/persistent-volume-claim.yaml similarity index 100% rename from clusters/cl01tl/applications/bazarr/templates/persistent-volume-claim.yaml rename to clusters/cl01tl/helm/bazarr/templates/persistent-volume-claim.yaml diff --git a/clusters/cl01tl/applications/bazarr/templates/persistent-volume.yaml b/clusters/cl01tl/helm/bazarr/templates/persistent-volume.yaml similarity index 100% rename from clusters/cl01tl/applications/bazarr/templates/persistent-volume.yaml rename to clusters/cl01tl/helm/bazarr/templates/persistent-volume.yaml diff --git a/clusters/cl01tl/applications/bazarr/templates/replication-source.yaml b/clusters/cl01tl/helm/bazarr/templates/replication-source.yaml similarity index 100% rename from clusters/cl01tl/applications/bazarr/templates/replication-source.yaml rename to clusters/cl01tl/helm/bazarr/templates/replication-source.yaml diff --git a/clusters/cl01tl/applications/bazarr/values.yaml b/clusters/cl01tl/helm/bazarr/values.yaml similarity index 100% rename from clusters/cl01tl/applications/bazarr/values.yaml rename to clusters/cl01tl/helm/bazarr/values.yaml diff --git a/clusters/cl01tl/helm/code-server/Chart.lock b/clusters/cl01tl/helm/code-server/Chart.lock new file mode 100644 index 000000000..1e1afec23 --- /dev/null +++ b/clusters/cl01tl/helm/code-server/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: app-template + repository: https://bjw-s-labs.github.io/helm-charts/ + version: 4.4.0 +- name: cloudflared + repository: oci://harbor.alexlebens.net/helm-charts + version: 1.23.0 +digest: sha256:99eb4f940077dc916f5425d196232fcd363223fa7b7b5d3889f5965aa59e26f5 +generated: "2025-11-30T21:05:26.699161-06:00" diff --git a/clusters/cl01tl/applications/code-server/Chart.yaml b/clusters/cl01tl/helm/code-server/Chart.yaml similarity index 100% rename from clusters/cl01tl/applications/code-server/Chart.yaml rename to clusters/cl01tl/helm/code-server/Chart.yaml diff --git a/clusters/cl01tl/applications/code-server/templates/external-secret.yaml b/clusters/cl01tl/helm/code-server/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/applications/code-server/templates/external-secret.yaml rename to clusters/cl01tl/helm/code-server/templates/external-secret.yaml diff --git a/clusters/cl01tl/applications/code-server/templates/http-route.yaml b/clusters/cl01tl/helm/code-server/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/applications/code-server/templates/http-route.yaml rename to clusters/cl01tl/helm/code-server/templates/http-route.yaml diff --git a/clusters/cl01tl/applications/code-server/templates/persistent-volume-claim.yaml b/clusters/cl01tl/helm/code-server/templates/persistent-volume-claim.yaml similarity index 100% rename from clusters/cl01tl/applications/code-server/templates/persistent-volume-claim.yaml rename to clusters/cl01tl/helm/code-server/templates/persistent-volume-claim.yaml diff --git a/clusters/cl01tl/applications/code-server/values.yaml b/clusters/cl01tl/helm/code-server/values.yaml similarity index 100% rename from clusters/cl01tl/applications/code-server/values.yaml rename to clusters/cl01tl/helm/code-server/values.yaml diff --git a/clusters/cl01tl/helm/element-web/Chart.lock b/clusters/cl01tl/helm/element-web/Chart.lock new file mode 100644 index 000000000..6a5dde771 --- /dev/null +++ b/clusters/cl01tl/helm/element-web/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: element-web + repository: https://ananace.gitlab.io/charts + version: 1.4.24 +- name: cloudflared + repository: oci://harbor.alexlebens.net/helm-charts + version: 1.23.0 +digest: sha256:05aa032adca6d808215d6dcd5d7e38b821a740a53868238f79adaa606444b3ae +generated: "2025-11-30T21:05:30.356497-06:00" diff --git a/clusters/cl01tl/applications/element-web/Chart.yaml b/clusters/cl01tl/helm/element-web/Chart.yaml similarity index 100% rename from clusters/cl01tl/applications/element-web/Chart.yaml rename to clusters/cl01tl/helm/element-web/Chart.yaml diff --git a/clusters/cl01tl/applications/element-web/templates/external-secret.yaml b/clusters/cl01tl/helm/element-web/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/applications/element-web/templates/external-secret.yaml rename to clusters/cl01tl/helm/element-web/templates/external-secret.yaml diff --git a/clusters/cl01tl/applications/element-web/values.yaml b/clusters/cl01tl/helm/element-web/values.yaml similarity index 100% rename from clusters/cl01tl/applications/element-web/values.yaml rename to clusters/cl01tl/helm/element-web/values.yaml diff --git a/clusters/cl01tl/helm/home-assistant/Chart.lock b/clusters/cl01tl/helm/home-assistant/Chart.lock new file mode 100644 index 000000000..98161db9a --- /dev/null +++ b/clusters/cl01tl/helm/home-assistant/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: app-template + repository: https://bjw-s-labs.github.io/helm-charts/ + version: 4.4.0 +digest: sha256:ae6008e107c25dc25e6f595f783d137273207aeb06a8ece9fbba0d895cc0d729 +generated: "2025-11-30T21:07:04.566378-06:00" diff --git a/clusters/cl01tl/applications/home-assistant/Chart.yaml b/clusters/cl01tl/helm/home-assistant/Chart.yaml similarity index 100% rename from clusters/cl01tl/applications/home-assistant/Chart.yaml rename to clusters/cl01tl/helm/home-assistant/Chart.yaml diff --git a/clusters/cl01tl/applications/home-assistant/templates/external-secret.yaml b/clusters/cl01tl/helm/home-assistant/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/applications/home-assistant/templates/external-secret.yaml rename to clusters/cl01tl/helm/home-assistant/templates/external-secret.yaml diff --git a/clusters/cl01tl/applications/home-assistant/templates/http-route.yaml b/clusters/cl01tl/helm/home-assistant/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/applications/home-assistant/templates/http-route.yaml rename to clusters/cl01tl/helm/home-assistant/templates/http-route.yaml diff --git a/clusters/cl01tl/applications/home-assistant/templates/service-monitor.yaml b/clusters/cl01tl/helm/home-assistant/templates/service-monitor.yaml similarity index 100% rename from clusters/cl01tl/applications/home-assistant/templates/service-monitor.yaml rename to clusters/cl01tl/helm/home-assistant/templates/service-monitor.yaml diff --git a/clusters/cl01tl/applications/home-assistant/values.yaml b/clusters/cl01tl/helm/home-assistant/values.yaml similarity index 100% rename from clusters/cl01tl/applications/home-assistant/values.yaml rename to clusters/cl01tl/helm/home-assistant/values.yaml diff --git a/clusters/cl01tl/helm/homepage-dev/Chart.lock b/clusters/cl01tl/helm/homepage-dev/Chart.lock new file mode 100644 index 000000000..ceb02d7bf --- /dev/null +++ b/clusters/cl01tl/helm/homepage-dev/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: app-template + repository: https://bjw-s-labs.github.io/helm-charts/ + version: 4.4.0 +- name: cloudflared + repository: oci://harbor.alexlebens.net/helm-charts + version: 1.23.0 +digest: sha256:1bcc384dc2dc0a521600c90b8040f0cac9d706bde76419386d5eb7408e45169a +generated: "2025-11-30T21:07:07.275267-06:00" diff --git a/clusters/cl01tl/applications/homepage-dev/Chart.yaml b/clusters/cl01tl/helm/homepage-dev/Chart.yaml similarity index 100% rename from clusters/cl01tl/applications/homepage-dev/Chart.yaml rename to clusters/cl01tl/helm/homepage-dev/Chart.yaml diff --git a/clusters/cl01tl/applications/homepage-dev/templates/external-secret.yaml b/clusters/cl01tl/helm/homepage-dev/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/applications/homepage-dev/templates/external-secret.yaml rename to clusters/cl01tl/helm/homepage-dev/templates/external-secret.yaml diff --git a/clusters/cl01tl/applications/homepage-dev/values.yaml b/clusters/cl01tl/helm/homepage-dev/values.yaml similarity index 100% rename from clusters/cl01tl/applications/homepage-dev/values.yaml rename to clusters/cl01tl/helm/homepage-dev/values.yaml diff --git a/clusters/cl01tl/helm/huntarr/Chart.lock b/clusters/cl01tl/helm/huntarr/Chart.lock new file mode 100644 index 000000000..30488aa9d --- /dev/null +++ b/clusters/cl01tl/helm/huntarr/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: app-template + repository: https://bjw-s-labs.github.io/helm-charts/ + version: 4.4.0 +digest: sha256:23e60d425ef97edda213f29628f29adca4b82dd68c75f764fd83fd865acd8c70 +generated: "2025-11-30T21:07:08.851326-06:00" diff --git a/clusters/cl01tl/applications/huntarr/Chart.yaml b/clusters/cl01tl/helm/huntarr/Chart.yaml similarity index 100% rename from clusters/cl01tl/applications/huntarr/Chart.yaml rename to clusters/cl01tl/helm/huntarr/Chart.yaml diff --git a/clusters/cl01tl/applications/huntarr/templates/http-route.yaml b/clusters/cl01tl/helm/huntarr/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/applications/huntarr/templates/http-route.yaml rename to clusters/cl01tl/helm/huntarr/templates/http-route.yaml diff --git a/clusters/cl01tl/applications/huntarr/values.yaml b/clusters/cl01tl/helm/huntarr/values.yaml similarity index 100% rename from clusters/cl01tl/applications/huntarr/values.yaml rename to clusters/cl01tl/helm/huntarr/values.yaml diff --git a/clusters/cl01tl/helm/kiwix/Chart.lock b/clusters/cl01tl/helm/kiwix/Chart.lock new file mode 100644 index 000000000..dca9d0382 --- /dev/null +++ b/clusters/cl01tl/helm/kiwix/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: app-template + repository: https://bjw-s-labs.github.io/helm-charts/ + version: 4.4.0 +digest: sha256:c49d66e1174d093c845498c6b88409b23f3392a93d00f8e029636a10080fc72d +generated: "2025-11-30T21:07:17.110714-06:00" diff --git a/clusters/cl01tl/applications/kiwix/Chart.yaml b/clusters/cl01tl/helm/kiwix/Chart.yaml similarity index 100% rename from clusters/cl01tl/applications/kiwix/Chart.yaml rename to clusters/cl01tl/helm/kiwix/Chart.yaml diff --git a/clusters/cl01tl/applications/kiwix/templates/http-route.yaml b/clusters/cl01tl/helm/kiwix/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/applications/kiwix/templates/http-route.yaml rename to clusters/cl01tl/helm/kiwix/templates/http-route.yaml diff --git a/clusters/cl01tl/applications/kiwix/templates/persistent-volume-claim.yaml b/clusters/cl01tl/helm/kiwix/templates/persistent-volume-claim.yaml similarity index 100% rename from clusters/cl01tl/applications/kiwix/templates/persistent-volume-claim.yaml rename to clusters/cl01tl/helm/kiwix/templates/persistent-volume-claim.yaml diff --git a/clusters/cl01tl/applications/kiwix/templates/persistent-volume.yaml b/clusters/cl01tl/helm/kiwix/templates/persistent-volume.yaml similarity index 100% rename from clusters/cl01tl/applications/kiwix/templates/persistent-volume.yaml rename to clusters/cl01tl/helm/kiwix/templates/persistent-volume.yaml diff --git a/clusters/cl01tl/applications/kiwix/values.yaml b/clusters/cl01tl/helm/kiwix/values.yaml similarity index 100% rename from clusters/cl01tl/applications/kiwix/values.yaml rename to clusters/cl01tl/helm/kiwix/values.yaml diff --git a/clusters/cl01tl/helm/libation/Chart.lock b/clusters/cl01tl/helm/libation/Chart.lock new file mode 100644 index 000000000..f4105d29b --- /dev/null +++ b/clusters/cl01tl/helm/libation/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: app-template + repository: https://bjw-s-labs.github.io/helm-charts/ + version: 4.4.0 +digest: sha256:ce61ef8a0f6fe0f17472f5c03d505be7ba7077f2d9211d43e743798622e15bca +generated: "2025-11-30T21:07:18.443736-06:00" diff --git a/clusters/cl01tl/applications/libation/Chart.yaml b/clusters/cl01tl/helm/libation/Chart.yaml similarity index 100% rename from clusters/cl01tl/applications/libation/Chart.yaml rename to clusters/cl01tl/helm/libation/Chart.yaml diff --git a/clusters/cl01tl/applications/libation/templates/persistent-volume-claim.yaml b/clusters/cl01tl/helm/libation/templates/persistent-volume-claim.yaml similarity index 100% rename from clusters/cl01tl/applications/libation/templates/persistent-volume-claim.yaml rename to clusters/cl01tl/helm/libation/templates/persistent-volume-claim.yaml diff --git a/clusters/cl01tl/applications/libation/templates/persistent-volume.yaml b/clusters/cl01tl/helm/libation/templates/persistent-volume.yaml similarity index 100% rename from clusters/cl01tl/applications/libation/templates/persistent-volume.yaml rename to clusters/cl01tl/helm/libation/templates/persistent-volume.yaml diff --git a/clusters/cl01tl/applications/libation/values.yaml b/clusters/cl01tl/helm/libation/values.yaml similarity index 97% rename from clusters/cl01tl/applications/libation/values.yaml rename to clusters/cl01tl/helm/libation/values.yaml index 7d12517f0..5e6dc8be9 100644 --- a/clusters/cl01tl/applications/libation/values.yaml +++ b/clusters/cl01tl/helm/libation/values.yaml @@ -16,7 +16,7 @@ libation: main: image: repository: rmcrackan/libation - tag: 12.7.5 + tag: 12.7.4 pullPolicy: IfNotPresent env: - name: SLEEP_TIME