From 6da426af2932fcd476623ef4ec713ea5b2504c88 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 1 Dec 2025 20:14:09 -0600 Subject: [PATCH] migrate --- clusters/cl01tl/helm/argo-workflows/Chart.lock | 12 ++++++++++++ .../{management => helm}/argo-workflows/Chart.yaml | 0 .../argo-workflows/templates/external-secret.yaml | 0 .../argo-workflows/templates/http-route.yaml | 0 .../argo-workflows/templates/service.yaml | 0 .../{management => helm}/argo-workflows/values.yaml | 0 clusters/cl01tl/helm/gatus/Chart.lock | 9 +++++++++ .../cl01tl/{monitoring => helm}/gatus/Chart.yaml | 0 .../gatus/templates/external-secret.yaml | 0 .../gatus/templates/http-route.yaml | 0 .../cl01tl/{monitoring => helm}/gatus/values.yaml | 0 clusters/cl01tl/helm/grafana-operator/Chart.lock | 9 +++++++++ .../{monitoring => helm}/grafana-operator/Chart.yaml | 0 .../grafana-operator/templates/external-secret.yaml | 0 .../templates/grafana-dashboard.yaml | 0 .../templates/grafana-datasource.yaml | 0 .../grafana-operator/templates/grafana-folder.yaml | 0 .../grafana-operator/templates/grafana.yaml | 0 .../grafana-operator/templates/http-route.yaml | 0 .../templates/redis-replication.yaml | 0 .../grafana-operator/templates/service-monitor.yaml | 0 .../grafana-operator/values.yaml | 0 clusters/cl01tl/helm/headlamp/Chart.lock | 6 ++++++ .../cl01tl/{management => helm}/headlamp/Chart.yaml | 0 .../headlamp/templates/cluster-role-binding.yaml | 0 .../headlamp/templates/external-secret.yaml | 0 .../headlamp/templates/http-route.yaml | 0 .../headlamp/templates/service-account.yaml | 0 .../cl01tl/{management => helm}/headlamp/values.yaml | 0 clusters/cl01tl/helm/komodo/Chart.lock | 9 +++++++++ .../cl01tl/{management => helm}/komodo/Chart.yaml | 0 .../komodo/templates/external-secret.yaml | 0 .../komodo/templates/http-route.yaml | 0 .../komodo/templates/service.yaml | 0 .../cl01tl/{management => helm}/komodo/values.yaml | 0 clusters/cl01tl/helm/kronic/Chart.lock | 6 ++++++ .../cl01tl/{management => helm}/kronic/Chart.yaml | 0 .../kronic/templates/external-secret.yaml | 0 .../kronic/templates/http-route.yaml | 0 .../cl01tl/{management => helm}/kronic/values.yaml | 0 .../cl01tl/helm/kube-prometheus-stack/Chart.lock | 9 +++++++++ .../kube-prometheus-stack/Chart.yaml | 0 .../templates/external-secret.yaml | 0 .../kube-prometheus-stack/templates/http-route.yaml | 0 .../kube-prometheus-stack/templates/namespace.yaml | 0 .../templates/redis-replication.yaml | 0 .../templates/scrape-config.yaml | 0 .../templates/service-monitor.yaml | 0 .../kube-prometheus-stack/templates/service.yaml | 0 .../kube-prometheus-stack/values.yaml | 0 clusters/cl01tl/helm/loki/Chart.lock | 9 +++++++++ clusters/cl01tl/{monitoring => helm}/loki/Chart.yaml | 0 .../loki/templates/namespace.yaml | 0 .../cl01tl/{monitoring => helm}/loki/values.yaml | 0 clusters/cl01tl/helm/s3-exporter/Chart.lock | 6 ++++++ .../{monitoring => helm}/s3-exporter/Chart.yaml | 0 .../s3-exporter/templates/external-secret.yaml | 0 .../s3-exporter/templates/service-monitor.yaml | 0 .../{monitoring => helm}/s3-exporter/values.yaml | 0 clusters/cl01tl/helm/shelly-plug/Chart.lock | 6 ++++++ .../{monitoring => helm}/shelly-plug/Chart.yaml | 0 .../shelly-plug/templates/external-secret.yaml | 0 .../shelly-plug/templates/service-monitor.yaml | 0 .../{monitoring => helm}/shelly-plug/values.yaml | 0 clusters/cl01tl/helm/trivy/Chart.lock | 6 ++++++ .../cl01tl/{monitoring => helm}/trivy/Chart.yaml | 0 .../trivy/templates/namespace.yaml | 0 .../cl01tl/{monitoring => helm}/trivy/values.yaml | 0 clusters/cl01tl/helm/unpoller/Chart.lock | 6 ++++++ .../cl01tl/{monitoring => helm}/unpoller/Chart.yaml | 0 .../unpoller/templates/external-secret.yaml | 0 .../unpoller/templates/service-monitor.yaml | 0 .../cl01tl/{monitoring => helm}/unpoller/values.yaml | 0 73 files changed, 93 insertions(+) create mode 100644 clusters/cl01tl/helm/argo-workflows/Chart.lock rename clusters/cl01tl/{management => helm}/argo-workflows/Chart.yaml (100%) rename clusters/cl01tl/{management => helm}/argo-workflows/templates/external-secret.yaml (100%) rename clusters/cl01tl/{management => helm}/argo-workflows/templates/http-route.yaml (100%) rename clusters/cl01tl/{management => helm}/argo-workflows/templates/service.yaml (100%) rename clusters/cl01tl/{management => helm}/argo-workflows/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/gatus/Chart.lock rename clusters/cl01tl/{monitoring => helm}/gatus/Chart.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/gatus/templates/external-secret.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/gatus/templates/http-route.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/gatus/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/grafana-operator/Chart.lock rename clusters/cl01tl/{monitoring => helm}/grafana-operator/Chart.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/grafana-operator/templates/external-secret.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/grafana-operator/templates/grafana-dashboard.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/grafana-operator/templates/grafana-datasource.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/grafana-operator/templates/grafana-folder.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/grafana-operator/templates/grafana.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/grafana-operator/templates/http-route.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/grafana-operator/templates/redis-replication.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/grafana-operator/templates/service-monitor.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/grafana-operator/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/headlamp/Chart.lock rename clusters/cl01tl/{management => helm}/headlamp/Chart.yaml (100%) rename clusters/cl01tl/{management => helm}/headlamp/templates/cluster-role-binding.yaml (100%) rename clusters/cl01tl/{management => helm}/headlamp/templates/external-secret.yaml (100%) rename clusters/cl01tl/{management => helm}/headlamp/templates/http-route.yaml (100%) rename clusters/cl01tl/{management => helm}/headlamp/templates/service-account.yaml (100%) rename clusters/cl01tl/{management => helm}/headlamp/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/komodo/Chart.lock rename clusters/cl01tl/{management => helm}/komodo/Chart.yaml (100%) rename clusters/cl01tl/{management => helm}/komodo/templates/external-secret.yaml (100%) rename clusters/cl01tl/{management => helm}/komodo/templates/http-route.yaml (100%) rename clusters/cl01tl/{management => helm}/komodo/templates/service.yaml (100%) rename clusters/cl01tl/{management => helm}/komodo/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/kronic/Chart.lock rename clusters/cl01tl/{management => helm}/kronic/Chart.yaml (100%) rename clusters/cl01tl/{management => helm}/kronic/templates/external-secret.yaml (100%) rename clusters/cl01tl/{management => helm}/kronic/templates/http-route.yaml (100%) rename clusters/cl01tl/{management => helm}/kronic/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/kube-prometheus-stack/Chart.lock rename clusters/cl01tl/{monitoring => helm}/kube-prometheus-stack/Chart.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/kube-prometheus-stack/templates/external-secret.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/kube-prometheus-stack/templates/http-route.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/kube-prometheus-stack/templates/namespace.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/kube-prometheus-stack/templates/redis-replication.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/kube-prometheus-stack/templates/scrape-config.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/kube-prometheus-stack/templates/service-monitor.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/kube-prometheus-stack/templates/service.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/kube-prometheus-stack/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/loki/Chart.lock rename clusters/cl01tl/{monitoring => helm}/loki/Chart.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/loki/templates/namespace.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/loki/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/s3-exporter/Chart.lock rename clusters/cl01tl/{monitoring => helm}/s3-exporter/Chart.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/s3-exporter/templates/external-secret.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/s3-exporter/templates/service-monitor.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/s3-exporter/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/shelly-plug/Chart.lock rename clusters/cl01tl/{monitoring => helm}/shelly-plug/Chart.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/shelly-plug/templates/external-secret.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/shelly-plug/templates/service-monitor.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/shelly-plug/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/trivy/Chart.lock rename clusters/cl01tl/{monitoring => helm}/trivy/Chart.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/trivy/templates/namespace.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/trivy/values.yaml (100%) create mode 100644 clusters/cl01tl/helm/unpoller/Chart.lock rename clusters/cl01tl/{monitoring => helm}/unpoller/Chart.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/unpoller/templates/external-secret.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/unpoller/templates/service-monitor.yaml (100%) rename clusters/cl01tl/{monitoring => helm}/unpoller/values.yaml (100%) diff --git a/clusters/cl01tl/helm/argo-workflows/Chart.lock b/clusters/cl01tl/helm/argo-workflows/Chart.lock new file mode 100644 index 000000000..51e92462b --- /dev/null +++ b/clusters/cl01tl/helm/argo-workflows/Chart.lock @@ -0,0 +1,12 @@ +dependencies: +- name: argo-workflows + repository: https://argoproj.github.io/argo-helm + version: 0.45.28 +- name: argo-events + repository: https://argoproj.github.io/argo-helm + version: 2.4.17 +- name: postgres-cluster + repository: oci://harbor.alexlebens.net/helm-charts + version: 6.16.0 +digest: sha256:b00fd479a9d9e606661b3799182c8e24395b4f531f8d2bda87bdc5db16a8d66c +generated: "2025-12-01T19:55:40.18149-06:00" diff --git a/clusters/cl01tl/management/argo-workflows/Chart.yaml b/clusters/cl01tl/helm/argo-workflows/Chart.yaml similarity index 100% rename from clusters/cl01tl/management/argo-workflows/Chart.yaml rename to clusters/cl01tl/helm/argo-workflows/Chart.yaml diff --git a/clusters/cl01tl/management/argo-workflows/templates/external-secret.yaml b/clusters/cl01tl/helm/argo-workflows/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/management/argo-workflows/templates/external-secret.yaml rename to clusters/cl01tl/helm/argo-workflows/templates/external-secret.yaml diff --git a/clusters/cl01tl/management/argo-workflows/templates/http-route.yaml b/clusters/cl01tl/helm/argo-workflows/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/management/argo-workflows/templates/http-route.yaml rename to clusters/cl01tl/helm/argo-workflows/templates/http-route.yaml diff --git a/clusters/cl01tl/management/argo-workflows/templates/service.yaml b/clusters/cl01tl/helm/argo-workflows/templates/service.yaml similarity index 100% rename from clusters/cl01tl/management/argo-workflows/templates/service.yaml rename to clusters/cl01tl/helm/argo-workflows/templates/service.yaml diff --git a/clusters/cl01tl/management/argo-workflows/values.yaml b/clusters/cl01tl/helm/argo-workflows/values.yaml similarity index 100% rename from clusters/cl01tl/management/argo-workflows/values.yaml rename to clusters/cl01tl/helm/argo-workflows/values.yaml diff --git a/clusters/cl01tl/helm/gatus/Chart.lock b/clusters/cl01tl/helm/gatus/Chart.lock new file mode 100644 index 000000000..8d93a9469 --- /dev/null +++ b/clusters/cl01tl/helm/gatus/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: gatus + repository: https://twin.github.io/helm-charts + version: 1.4.4 +- name: postgres-cluster + repository: oci://harbor.alexlebens.net/helm-charts + version: 6.16.0 +digest: sha256:9424c70bc46b5582f19b695196586546c69862ccca8950b906d5532cf03c7792 +generated: "2025-12-01T19:55:44.159963-06:00" diff --git a/clusters/cl01tl/monitoring/gatus/Chart.yaml b/clusters/cl01tl/helm/gatus/Chart.yaml similarity index 100% rename from clusters/cl01tl/monitoring/gatus/Chart.yaml rename to clusters/cl01tl/helm/gatus/Chart.yaml diff --git a/clusters/cl01tl/monitoring/gatus/templates/external-secret.yaml b/clusters/cl01tl/helm/gatus/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/monitoring/gatus/templates/external-secret.yaml rename to clusters/cl01tl/helm/gatus/templates/external-secret.yaml diff --git a/clusters/cl01tl/monitoring/gatus/templates/http-route.yaml b/clusters/cl01tl/helm/gatus/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/monitoring/gatus/templates/http-route.yaml rename to clusters/cl01tl/helm/gatus/templates/http-route.yaml diff --git a/clusters/cl01tl/monitoring/gatus/values.yaml b/clusters/cl01tl/helm/gatus/values.yaml similarity index 100% rename from clusters/cl01tl/monitoring/gatus/values.yaml rename to clusters/cl01tl/helm/gatus/values.yaml diff --git a/clusters/cl01tl/helm/grafana-operator/Chart.lock b/clusters/cl01tl/helm/grafana-operator/Chart.lock new file mode 100644 index 000000000..c4fe7b180 --- /dev/null +++ b/clusters/cl01tl/helm/grafana-operator/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: grafana-operator + repository: https://grafana.github.io/helm-charts + version: v5.20.0 +- name: postgres-cluster + repository: oci://harbor.alexlebens.net/helm-charts + version: 6.16.0 +digest: sha256:d70b284b771af610116564e5f47d72415ab0d3520ecb552159ee8dc8acd2ab46 +generated: "2025-12-01T19:55:46.485062-06:00" diff --git a/clusters/cl01tl/monitoring/grafana-operator/Chart.yaml b/clusters/cl01tl/helm/grafana-operator/Chart.yaml similarity index 100% rename from clusters/cl01tl/monitoring/grafana-operator/Chart.yaml rename to clusters/cl01tl/helm/grafana-operator/Chart.yaml diff --git a/clusters/cl01tl/monitoring/grafana-operator/templates/external-secret.yaml b/clusters/cl01tl/helm/grafana-operator/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/monitoring/grafana-operator/templates/external-secret.yaml rename to clusters/cl01tl/helm/grafana-operator/templates/external-secret.yaml diff --git a/clusters/cl01tl/monitoring/grafana-operator/templates/grafana-dashboard.yaml b/clusters/cl01tl/helm/grafana-operator/templates/grafana-dashboard.yaml similarity index 100% rename from clusters/cl01tl/monitoring/grafana-operator/templates/grafana-dashboard.yaml rename to clusters/cl01tl/helm/grafana-operator/templates/grafana-dashboard.yaml diff --git a/clusters/cl01tl/monitoring/grafana-operator/templates/grafana-datasource.yaml b/clusters/cl01tl/helm/grafana-operator/templates/grafana-datasource.yaml similarity index 100% rename from clusters/cl01tl/monitoring/grafana-operator/templates/grafana-datasource.yaml rename to clusters/cl01tl/helm/grafana-operator/templates/grafana-datasource.yaml diff --git a/clusters/cl01tl/monitoring/grafana-operator/templates/grafana-folder.yaml b/clusters/cl01tl/helm/grafana-operator/templates/grafana-folder.yaml similarity index 100% rename from clusters/cl01tl/monitoring/grafana-operator/templates/grafana-folder.yaml rename to clusters/cl01tl/helm/grafana-operator/templates/grafana-folder.yaml diff --git a/clusters/cl01tl/monitoring/grafana-operator/templates/grafana.yaml b/clusters/cl01tl/helm/grafana-operator/templates/grafana.yaml similarity index 100% rename from clusters/cl01tl/monitoring/grafana-operator/templates/grafana.yaml rename to clusters/cl01tl/helm/grafana-operator/templates/grafana.yaml diff --git a/clusters/cl01tl/monitoring/grafana-operator/templates/http-route.yaml b/clusters/cl01tl/helm/grafana-operator/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/monitoring/grafana-operator/templates/http-route.yaml rename to clusters/cl01tl/helm/grafana-operator/templates/http-route.yaml diff --git a/clusters/cl01tl/monitoring/grafana-operator/templates/redis-replication.yaml b/clusters/cl01tl/helm/grafana-operator/templates/redis-replication.yaml similarity index 100% rename from clusters/cl01tl/monitoring/grafana-operator/templates/redis-replication.yaml rename to clusters/cl01tl/helm/grafana-operator/templates/redis-replication.yaml diff --git a/clusters/cl01tl/monitoring/grafana-operator/templates/service-monitor.yaml b/clusters/cl01tl/helm/grafana-operator/templates/service-monitor.yaml similarity index 100% rename from clusters/cl01tl/monitoring/grafana-operator/templates/service-monitor.yaml rename to clusters/cl01tl/helm/grafana-operator/templates/service-monitor.yaml diff --git a/clusters/cl01tl/monitoring/grafana-operator/values.yaml b/clusters/cl01tl/helm/grafana-operator/values.yaml similarity index 100% rename from clusters/cl01tl/monitoring/grafana-operator/values.yaml rename to clusters/cl01tl/helm/grafana-operator/values.yaml diff --git a/clusters/cl01tl/helm/headlamp/Chart.lock b/clusters/cl01tl/helm/headlamp/Chart.lock new file mode 100644 index 000000000..bb61cd70e --- /dev/null +++ b/clusters/cl01tl/helm/headlamp/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: headlamp + repository: https://kubernetes-sigs.github.io/headlamp/ + version: 0.38.0 +digest: sha256:3f4c6bb308a1e5e757368ea9eee902d5ade7d33881c0f6c8402d6ed41641e260 +generated: "2025-12-01T19:55:48.64361-06:00" diff --git a/clusters/cl01tl/management/headlamp/Chart.yaml b/clusters/cl01tl/helm/headlamp/Chart.yaml similarity index 100% rename from clusters/cl01tl/management/headlamp/Chart.yaml rename to clusters/cl01tl/helm/headlamp/Chart.yaml diff --git a/clusters/cl01tl/management/headlamp/templates/cluster-role-binding.yaml b/clusters/cl01tl/helm/headlamp/templates/cluster-role-binding.yaml similarity index 100% rename from clusters/cl01tl/management/headlamp/templates/cluster-role-binding.yaml rename to clusters/cl01tl/helm/headlamp/templates/cluster-role-binding.yaml diff --git a/clusters/cl01tl/management/headlamp/templates/external-secret.yaml b/clusters/cl01tl/helm/headlamp/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/management/headlamp/templates/external-secret.yaml rename to clusters/cl01tl/helm/headlamp/templates/external-secret.yaml diff --git a/clusters/cl01tl/management/headlamp/templates/http-route.yaml b/clusters/cl01tl/helm/headlamp/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/management/headlamp/templates/http-route.yaml rename to clusters/cl01tl/helm/headlamp/templates/http-route.yaml diff --git a/clusters/cl01tl/management/headlamp/templates/service-account.yaml b/clusters/cl01tl/helm/headlamp/templates/service-account.yaml similarity index 100% rename from clusters/cl01tl/management/headlamp/templates/service-account.yaml rename to clusters/cl01tl/helm/headlamp/templates/service-account.yaml diff --git a/clusters/cl01tl/management/headlamp/values.yaml b/clusters/cl01tl/helm/headlamp/values.yaml similarity index 100% rename from clusters/cl01tl/management/headlamp/values.yaml rename to clusters/cl01tl/helm/headlamp/values.yaml diff --git a/clusters/cl01tl/helm/komodo/Chart.lock b/clusters/cl01tl/helm/komodo/Chart.lock new file mode 100644 index 000000000..3a3ef77c8 --- /dev/null +++ b/clusters/cl01tl/helm/komodo/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: app-template + repository: https://bjw-s-labs.github.io/helm-charts/ + version: 4.4.0 +- name: postgres-cluster + repository: oci://harbor.alexlebens.net/helm-charts + version: 6.16.0 +digest: sha256:2e3d60887a3f063401c22e5403ed9d55eed07ffb7fbe4bac39eaafc951830f18 +generated: "2025-12-01T19:55:50.498761-06:00" diff --git a/clusters/cl01tl/management/komodo/Chart.yaml b/clusters/cl01tl/helm/komodo/Chart.yaml similarity index 100% rename from clusters/cl01tl/management/komodo/Chart.yaml rename to clusters/cl01tl/helm/komodo/Chart.yaml diff --git a/clusters/cl01tl/management/komodo/templates/external-secret.yaml b/clusters/cl01tl/helm/komodo/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/management/komodo/templates/external-secret.yaml rename to clusters/cl01tl/helm/komodo/templates/external-secret.yaml diff --git a/clusters/cl01tl/management/komodo/templates/http-route.yaml b/clusters/cl01tl/helm/komodo/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/management/komodo/templates/http-route.yaml rename to clusters/cl01tl/helm/komodo/templates/http-route.yaml diff --git a/clusters/cl01tl/management/komodo/templates/service.yaml b/clusters/cl01tl/helm/komodo/templates/service.yaml similarity index 100% rename from clusters/cl01tl/management/komodo/templates/service.yaml rename to clusters/cl01tl/helm/komodo/templates/service.yaml diff --git a/clusters/cl01tl/management/komodo/values.yaml b/clusters/cl01tl/helm/komodo/values.yaml similarity index 100% rename from clusters/cl01tl/management/komodo/values.yaml rename to clusters/cl01tl/helm/komodo/values.yaml diff --git a/clusters/cl01tl/helm/kronic/Chart.lock b/clusters/cl01tl/helm/kronic/Chart.lock new file mode 100644 index 000000000..a17d724f7 --- /dev/null +++ b/clusters/cl01tl/helm/kronic/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: kronic + repository: https://mshade.github.io/kronic/ + version: 0.1.7 +digest: sha256:cd9b035491c58c6fff903e2c4e750ef41e2c360555468df6a15c2457c1873fa1 +generated: "2025-12-01T19:55:52.361339-06:00" diff --git a/clusters/cl01tl/management/kronic/Chart.yaml b/clusters/cl01tl/helm/kronic/Chart.yaml similarity index 100% rename from clusters/cl01tl/management/kronic/Chart.yaml rename to clusters/cl01tl/helm/kronic/Chart.yaml diff --git a/clusters/cl01tl/management/kronic/templates/external-secret.yaml b/clusters/cl01tl/helm/kronic/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/management/kronic/templates/external-secret.yaml rename to clusters/cl01tl/helm/kronic/templates/external-secret.yaml diff --git a/clusters/cl01tl/management/kronic/templates/http-route.yaml b/clusters/cl01tl/helm/kronic/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/management/kronic/templates/http-route.yaml rename to clusters/cl01tl/helm/kronic/templates/http-route.yaml diff --git a/clusters/cl01tl/management/kronic/values.yaml b/clusters/cl01tl/helm/kronic/values.yaml similarity index 100% rename from clusters/cl01tl/management/kronic/values.yaml rename to clusters/cl01tl/helm/kronic/values.yaml diff --git a/clusters/cl01tl/helm/kube-prometheus-stack/Chart.lock b/clusters/cl01tl/helm/kube-prometheus-stack/Chart.lock new file mode 100644 index 000000000..8325dbdbb --- /dev/null +++ b/clusters/cl01tl/helm/kube-prometheus-stack/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: kube-prometheus-stack + repository: oci://ghcr.io/prometheus-community/charts + version: 79.7.1 +- name: app-template + repository: https://bjw-s-labs.github.io/helm-charts/ + version: 4.4.0 +digest: sha256:e046e7599ad195b57a8cf63b373a82d950778ac5dcc661f2ea135d433b46dacc +generated: "2025-12-01T19:55:54.093624-06:00" diff --git a/clusters/cl01tl/monitoring/kube-prometheus-stack/Chart.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml similarity index 100% rename from clusters/cl01tl/monitoring/kube-prometheus-stack/Chart.yaml rename to clusters/cl01tl/helm/kube-prometheus-stack/Chart.yaml diff --git a/clusters/cl01tl/monitoring/kube-prometheus-stack/templates/external-secret.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/monitoring/kube-prometheus-stack/templates/external-secret.yaml rename to clusters/cl01tl/helm/kube-prometheus-stack/templates/external-secret.yaml diff --git a/clusters/cl01tl/monitoring/kube-prometheus-stack/templates/http-route.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/templates/http-route.yaml similarity index 100% rename from clusters/cl01tl/monitoring/kube-prometheus-stack/templates/http-route.yaml rename to clusters/cl01tl/helm/kube-prometheus-stack/templates/http-route.yaml diff --git a/clusters/cl01tl/monitoring/kube-prometheus-stack/templates/namespace.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/templates/namespace.yaml similarity index 100% rename from clusters/cl01tl/monitoring/kube-prometheus-stack/templates/namespace.yaml rename to clusters/cl01tl/helm/kube-prometheus-stack/templates/namespace.yaml diff --git a/clusters/cl01tl/monitoring/kube-prometheus-stack/templates/redis-replication.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/templates/redis-replication.yaml similarity index 100% rename from clusters/cl01tl/monitoring/kube-prometheus-stack/templates/redis-replication.yaml rename to clusters/cl01tl/helm/kube-prometheus-stack/templates/redis-replication.yaml diff --git a/clusters/cl01tl/monitoring/kube-prometheus-stack/templates/scrape-config.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/templates/scrape-config.yaml similarity index 100% rename from clusters/cl01tl/monitoring/kube-prometheus-stack/templates/scrape-config.yaml rename to clusters/cl01tl/helm/kube-prometheus-stack/templates/scrape-config.yaml diff --git a/clusters/cl01tl/monitoring/kube-prometheus-stack/templates/service-monitor.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/templates/service-monitor.yaml similarity index 100% rename from clusters/cl01tl/monitoring/kube-prometheus-stack/templates/service-monitor.yaml rename to clusters/cl01tl/helm/kube-prometheus-stack/templates/service-monitor.yaml diff --git a/clusters/cl01tl/monitoring/kube-prometheus-stack/templates/service.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/templates/service.yaml similarity index 100% rename from clusters/cl01tl/monitoring/kube-prometheus-stack/templates/service.yaml rename to clusters/cl01tl/helm/kube-prometheus-stack/templates/service.yaml diff --git a/clusters/cl01tl/monitoring/kube-prometheus-stack/values.yaml b/clusters/cl01tl/helm/kube-prometheus-stack/values.yaml similarity index 100% rename from clusters/cl01tl/monitoring/kube-prometheus-stack/values.yaml rename to clusters/cl01tl/helm/kube-prometheus-stack/values.yaml diff --git a/clusters/cl01tl/helm/loki/Chart.lock b/clusters/cl01tl/helm/loki/Chart.lock new file mode 100644 index 000000000..76179ecb2 --- /dev/null +++ b/clusters/cl01tl/helm/loki/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: loki + repository: https://grafana.github.io/helm-charts + version: 6.46.0 +- name: promtail + repository: https://grafana.github.io/helm-charts + version: 6.17.1 +digest: sha256:ff5441b35309842526f15b544bf3a7cb80508b1547bbd0eb58fa584172b716be +generated: "2025-12-01T19:55:56.473483-06:00" diff --git a/clusters/cl01tl/monitoring/loki/Chart.yaml b/clusters/cl01tl/helm/loki/Chart.yaml similarity index 100% rename from clusters/cl01tl/monitoring/loki/Chart.yaml rename to clusters/cl01tl/helm/loki/Chart.yaml diff --git a/clusters/cl01tl/monitoring/loki/templates/namespace.yaml b/clusters/cl01tl/helm/loki/templates/namespace.yaml similarity index 100% rename from clusters/cl01tl/monitoring/loki/templates/namespace.yaml rename to clusters/cl01tl/helm/loki/templates/namespace.yaml diff --git a/clusters/cl01tl/monitoring/loki/values.yaml b/clusters/cl01tl/helm/loki/values.yaml similarity index 100% rename from clusters/cl01tl/monitoring/loki/values.yaml rename to clusters/cl01tl/helm/loki/values.yaml diff --git a/clusters/cl01tl/helm/s3-exporter/Chart.lock b/clusters/cl01tl/helm/s3-exporter/Chart.lock new file mode 100644 index 000000000..effdd6bd8 --- /dev/null +++ b/clusters/cl01tl/helm/s3-exporter/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:ee2fd0c7614ae0f79a67f0480e266a203ccb519c65afbd69258727ca97285f34 +generated: "2025-12-01T19:55:58.61704-06:00" diff --git a/clusters/cl01tl/monitoring/s3-exporter/Chart.yaml b/clusters/cl01tl/helm/s3-exporter/Chart.yaml similarity index 100% rename from clusters/cl01tl/monitoring/s3-exporter/Chart.yaml rename to clusters/cl01tl/helm/s3-exporter/Chart.yaml diff --git a/clusters/cl01tl/monitoring/s3-exporter/templates/external-secret.yaml b/clusters/cl01tl/helm/s3-exporter/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/monitoring/s3-exporter/templates/external-secret.yaml rename to clusters/cl01tl/helm/s3-exporter/templates/external-secret.yaml diff --git a/clusters/cl01tl/monitoring/s3-exporter/templates/service-monitor.yaml b/clusters/cl01tl/helm/s3-exporter/templates/service-monitor.yaml similarity index 100% rename from clusters/cl01tl/monitoring/s3-exporter/templates/service-monitor.yaml rename to clusters/cl01tl/helm/s3-exporter/templates/service-monitor.yaml diff --git a/clusters/cl01tl/monitoring/s3-exporter/values.yaml b/clusters/cl01tl/helm/s3-exporter/values.yaml similarity index 100% rename from clusters/cl01tl/monitoring/s3-exporter/values.yaml rename to clusters/cl01tl/helm/s3-exporter/values.yaml diff --git a/clusters/cl01tl/helm/shelly-plug/Chart.lock b/clusters/cl01tl/helm/shelly-plug/Chart.lock new file mode 100644 index 000000000..4e09775db --- /dev/null +++ b/clusters/cl01tl/helm/shelly-plug/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:8fd52e5094f007d59b3a7544c3367f2ad9826acbff17d0972dcd68585a0334e4 +generated: "2025-12-01T19:56:00.069183-06:00" diff --git a/clusters/cl01tl/monitoring/shelly-plug/Chart.yaml b/clusters/cl01tl/helm/shelly-plug/Chart.yaml similarity index 100% rename from clusters/cl01tl/monitoring/shelly-plug/Chart.yaml rename to clusters/cl01tl/helm/shelly-plug/Chart.yaml diff --git a/clusters/cl01tl/monitoring/shelly-plug/templates/external-secret.yaml b/clusters/cl01tl/helm/shelly-plug/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/monitoring/shelly-plug/templates/external-secret.yaml rename to clusters/cl01tl/helm/shelly-plug/templates/external-secret.yaml diff --git a/clusters/cl01tl/monitoring/shelly-plug/templates/service-monitor.yaml b/clusters/cl01tl/helm/shelly-plug/templates/service-monitor.yaml similarity index 100% rename from clusters/cl01tl/monitoring/shelly-plug/templates/service-monitor.yaml rename to clusters/cl01tl/helm/shelly-plug/templates/service-monitor.yaml diff --git a/clusters/cl01tl/monitoring/shelly-plug/values.yaml b/clusters/cl01tl/helm/shelly-plug/values.yaml similarity index 100% rename from clusters/cl01tl/monitoring/shelly-plug/values.yaml rename to clusters/cl01tl/helm/shelly-plug/values.yaml diff --git a/clusters/cl01tl/helm/trivy/Chart.lock b/clusters/cl01tl/helm/trivy/Chart.lock new file mode 100644 index 000000000..b2bd42d6d --- /dev/null +++ b/clusters/cl01tl/helm/trivy/Chart.lock @@ -0,0 +1,6 @@ +dependencies: +- name: trivy-operator + repository: https://aquasecurity.github.io/helm-charts/ + version: 0.31.0 +digest: sha256:5a71d5ff43d5e36ea500c5dcade70cddc874621ad49ffe7c10ba202a14b9c87f +generated: "2025-12-01T19:56:01.513264-06:00" diff --git a/clusters/cl01tl/monitoring/trivy/Chart.yaml b/clusters/cl01tl/helm/trivy/Chart.yaml similarity index 100% rename from clusters/cl01tl/monitoring/trivy/Chart.yaml rename to clusters/cl01tl/helm/trivy/Chart.yaml diff --git a/clusters/cl01tl/monitoring/trivy/templates/namespace.yaml b/clusters/cl01tl/helm/trivy/templates/namespace.yaml similarity index 100% rename from clusters/cl01tl/monitoring/trivy/templates/namespace.yaml rename to clusters/cl01tl/helm/trivy/templates/namespace.yaml diff --git a/clusters/cl01tl/monitoring/trivy/values.yaml b/clusters/cl01tl/helm/trivy/values.yaml similarity index 100% rename from clusters/cl01tl/monitoring/trivy/values.yaml rename to clusters/cl01tl/helm/trivy/values.yaml diff --git a/clusters/cl01tl/helm/unpoller/Chart.lock b/clusters/cl01tl/helm/unpoller/Chart.lock new file mode 100644 index 000000000..33da1a010 --- /dev/null +++ b/clusters/cl01tl/helm/unpoller/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:7ccecd4e314f77652088644bc235465b4317c7afd3736a623c484d2b296eefa2 +generated: "2025-12-01T19:56:03.244251-06:00" diff --git a/clusters/cl01tl/monitoring/unpoller/Chart.yaml b/clusters/cl01tl/helm/unpoller/Chart.yaml similarity index 100% rename from clusters/cl01tl/monitoring/unpoller/Chart.yaml rename to clusters/cl01tl/helm/unpoller/Chart.yaml diff --git a/clusters/cl01tl/monitoring/unpoller/templates/external-secret.yaml b/clusters/cl01tl/helm/unpoller/templates/external-secret.yaml similarity index 100% rename from clusters/cl01tl/monitoring/unpoller/templates/external-secret.yaml rename to clusters/cl01tl/helm/unpoller/templates/external-secret.yaml diff --git a/clusters/cl01tl/monitoring/unpoller/templates/service-monitor.yaml b/clusters/cl01tl/helm/unpoller/templates/service-monitor.yaml similarity index 100% rename from clusters/cl01tl/monitoring/unpoller/templates/service-monitor.yaml rename to clusters/cl01tl/helm/unpoller/templates/service-monitor.yaml diff --git a/clusters/cl01tl/monitoring/unpoller/values.yaml b/clusters/cl01tl/helm/unpoller/values.yaml similarity index 100% rename from clusters/cl01tl/monitoring/unpoller/values.yaml rename to clusters/cl01tl/helm/unpoller/values.yaml