From 4c827499165e59727fe9c311e7ea5ac5154d70c4 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 1 Dec 2025 18:33:17 -0600 Subject: [PATCH] migrate --- clusters/cl01tl/helm/tautulli/Chart.lock | 6 ++++++ clusters/cl01tl/{applications => helm}/tautulli/Chart.yaml | 0 .../tautulli/templates/external-secret.yaml | 0 .../tautulli/templates/http-route.yaml | 0 .../tautulli/templates/replication-source.yaml | 0 clusters/cl01tl/{applications => helm}/tautulli/values.yaml | 0 6 files changed, 6 insertions(+) create mode 100644 clusters/cl01tl/helm/tautulli/Chart.lock rename clusters/cl01tl/{applications => helm}/tautulli/Chart.yaml (100%) rename clusters/cl01tl/{applications => helm}/tautulli/templates/external-secret.yaml (100%) rename clusters/cl01tl/{applications => helm}/tautulli/templates/http-route.yaml (100%) rename clusters/cl01tl/{applications => helm}/tautulli/templates/replication-source.yaml (100%) rename clusters/cl01tl/{applications => helm}/tautulli/values.yaml (100%) diff --git a/clusters/cl01tl/helm/tautulli/Chart.lock b/clusters/cl01tl/helm/tautulli/Chart.lock new file mode 100644 index 000000000..3ea1a0a80 --- /dev/null +++ b/clusters/cl01tl/helm/tautulli/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:7386f14b62e77b60802a444054ccbb8236ab5e2a6a482de2f4dd3ae9fbd57e70 +generated: "2025-11-30T21:07:54.28034-06:00" diff --git a/clusters/cl01tl/applications/tautulli/Chart.yaml b/clusters/cl01tl/helm/tautulli/Chart.yaml similarity index 100% rename from clusters/cl01tl/applications/tautulli/Chart.yaml rename to clusters/cl01tl/helm/tautulli/Chart.yaml diff --git a/clusters/cl01tl/applications/tautulli/templates/external-secret.yaml b/clusters/cl01tl/helm/tautulli/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/applications/tautulli/templates/external-secret.yaml rename to clusters/cl01tl/helm/tautulli/templates/external-secret.yaml diff --git a/clusters/cl01tl/applications/tautulli/templates/http-route.yaml b/clusters/cl01tl/helm/tautulli/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/applications/tautulli/templates/http-route.yaml rename to clusters/cl01tl/helm/tautulli/templates/http-route.yaml diff --git a/clusters/cl01tl/applications/tautulli/templates/replication-source.yaml b/clusters/cl01tl/helm/tautulli/templates/replication-source.yaml similarity index 100% rename from clusters/cl01tl/applications/tautulli/templates/replication-source.yaml rename to clusters/cl01tl/helm/tautulli/templates/replication-source.yaml diff --git a/clusters/cl01tl/applications/tautulli/values.yaml b/clusters/cl01tl/helm/tautulli/values.yaml similarity index 100% rename from clusters/cl01tl/applications/tautulli/values.yaml rename to clusters/cl01tl/helm/tautulli/values.yaml