From 3d3b8dedd6aa796db064f67da216337d1821945b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bit=C3=B3=20Attila?= Date: Thu, 6 Aug 2026 00:19:45 +0200 Subject: [PATCH] Move thermo chart under charts directory --- README.md | 4 ++-- Chart.yaml => charts/thermo/Chart.yaml | 0 {templates => charts/thermo/templates}/_helpers.tpl | 0 {templates => charts/thermo/templates}/external-secrets.yaml | 0 .../thermo/templates}/postgres-init-configmap.yaml | 0 {templates => charts/thermo/templates}/postgres-service.yaml | 0 .../thermo/templates}/postgres-statefulset.yaml | 0 {templates => charts/thermo/templates}/writer-configmap.yaml | 0 {templates => charts/thermo/templates}/writer-deployment.yaml | 0 values.yaml => charts/thermo/values.yaml | 0 10 files changed, 2 insertions(+), 2 deletions(-) rename Chart.yaml => charts/thermo/Chart.yaml (100%) rename {templates => charts/thermo/templates}/_helpers.tpl (100%) rename {templates => charts/thermo/templates}/external-secrets.yaml (100%) rename {templates => charts/thermo/templates}/postgres-init-configmap.yaml (100%) rename {templates => charts/thermo/templates}/postgres-service.yaml (100%) rename {templates => charts/thermo/templates}/postgres-statefulset.yaml (100%) rename {templates => charts/thermo/templates}/writer-configmap.yaml (100%) rename {templates => charts/thermo/templates}/writer-deployment.yaml (100%) rename values.yaml => charts/thermo/values.yaml (100%) diff --git a/README.md b/README.md index 0d23e8e..4efabb3 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,8 @@ The chart deploys: ## Validation ```shell -helm lint . -helm template thermo . --namespace platform-core +helm lint charts/thermo +helm template thermo charts/thermo --namespace apps-thermo ``` The Grafana datasource and dashboards are intentionally managed outside this chart because Grafana runs in the `monitoring` namespace. diff --git a/Chart.yaml b/charts/thermo/Chart.yaml similarity index 100% rename from Chart.yaml rename to charts/thermo/Chart.yaml diff --git a/templates/_helpers.tpl b/charts/thermo/templates/_helpers.tpl similarity index 100% rename from templates/_helpers.tpl rename to charts/thermo/templates/_helpers.tpl diff --git a/templates/external-secrets.yaml b/charts/thermo/templates/external-secrets.yaml similarity index 100% rename from templates/external-secrets.yaml rename to charts/thermo/templates/external-secrets.yaml diff --git a/templates/postgres-init-configmap.yaml b/charts/thermo/templates/postgres-init-configmap.yaml similarity index 100% rename from templates/postgres-init-configmap.yaml rename to charts/thermo/templates/postgres-init-configmap.yaml diff --git a/templates/postgres-service.yaml b/charts/thermo/templates/postgres-service.yaml similarity index 100% rename from templates/postgres-service.yaml rename to charts/thermo/templates/postgres-service.yaml diff --git a/templates/postgres-statefulset.yaml b/charts/thermo/templates/postgres-statefulset.yaml similarity index 100% rename from templates/postgres-statefulset.yaml rename to charts/thermo/templates/postgres-statefulset.yaml diff --git a/templates/writer-configmap.yaml b/charts/thermo/templates/writer-configmap.yaml similarity index 100% rename from templates/writer-configmap.yaml rename to charts/thermo/templates/writer-configmap.yaml diff --git a/templates/writer-deployment.yaml b/charts/thermo/templates/writer-deployment.yaml similarity index 100% rename from templates/writer-deployment.yaml rename to charts/thermo/templates/writer-deployment.yaml diff --git a/values.yaml b/charts/thermo/values.yaml similarity index 100% rename from values.yaml rename to charts/thermo/values.yaml