From ad84cc053bdd632b682dec413c6835c80ebeaa8a Mon Sep 17 00:00:00 2001 From: Raffael H Date: Wed, 9 Aug 2023 14:50:44 +0200 Subject: [PATCH] Move charts to chart directory --- .github/workflows/release-charts.yaml | 4 +--- .../user-monitoring-demo}/.helmignore | 0 .../user-monitoring-demo}/Chart.yaml | 0 .../user-monitoring-demo}/demo-role.yaml | 0 .../user-monitoring-demo}/templates/_helpers.tpl | 0 .../user-monitoring-demo}/templates/demo-deploy.yaml | 0 .../user-monitoring-demo}/templates/demo-role.yaml | 0 .../user-monitoring-demo}/templates/demo-rolebinding.yaml | 0 .../user-monitoring-demo}/templates/demo-servicemonitor.yaml | 0 .../user-monitoring-demo}/templates/demo-svc.yaml | 0 .../user-monitoring-demo}/values.yaml | 0 {user-monitoring => charts/user-monitoring}/.helmignore | 0 {user-monitoring => charts/user-monitoring}/Chart.yaml | 0 .../user-monitoring}/templates/_helpers.tpl | 0 .../user-monitoring}/templates/user-basic-auth-secret.yaml | 0 .../user-monitoring}/templates/user-prom-ingress.yaml | 0 .../user-monitoring}/templates/user-prom-role.yaml | 0 .../user-monitoring}/templates/user-prom-rolebinding.yaml | 0 .../user-monitoring}/templates/user-prom-sa.yaml | 0 .../user-monitoring}/templates/user-prometheus.yaml | 0 {user-monitoring => charts/user-monitoring}/values.yaml | 0 21 files changed, 1 insertion(+), 3 deletions(-) rename {user-monitoring-demo => charts/user-monitoring-demo}/.helmignore (100%) rename {user-monitoring-demo => charts/user-monitoring-demo}/Chart.yaml (100%) rename {user-monitoring-demo => charts/user-monitoring-demo}/demo-role.yaml (100%) rename {user-monitoring-demo => charts/user-monitoring-demo}/templates/_helpers.tpl (100%) rename {user-monitoring-demo => charts/user-monitoring-demo}/templates/demo-deploy.yaml (100%) rename {user-monitoring-demo => charts/user-monitoring-demo}/templates/demo-role.yaml (100%) rename {user-monitoring-demo => charts/user-monitoring-demo}/templates/demo-rolebinding.yaml (100%) rename {user-monitoring-demo => charts/user-monitoring-demo}/templates/demo-servicemonitor.yaml (100%) rename {user-monitoring-demo => charts/user-monitoring-demo}/templates/demo-svc.yaml (100%) rename {user-monitoring-demo => charts/user-monitoring-demo}/values.yaml (100%) rename {user-monitoring => charts/user-monitoring}/.helmignore (100%) rename {user-monitoring => charts/user-monitoring}/Chart.yaml (100%) rename {user-monitoring => charts/user-monitoring}/templates/_helpers.tpl (100%) rename {user-monitoring => charts/user-monitoring}/templates/user-basic-auth-secret.yaml (100%) rename {user-monitoring => charts/user-monitoring}/templates/user-prom-ingress.yaml (100%) rename {user-monitoring => charts/user-monitoring}/templates/user-prom-role.yaml (100%) rename {user-monitoring => charts/user-monitoring}/templates/user-prom-rolebinding.yaml (100%) rename {user-monitoring => charts/user-monitoring}/templates/user-prom-sa.yaml (100%) rename {user-monitoring => charts/user-monitoring}/templates/user-prometheus.yaml (100%) rename {user-monitoring => charts/user-monitoring}/values.yaml (100%) diff --git a/.github/workflows/release-charts.yaml b/.github/workflows/release-charts.yaml index e2b667a..fbba426 100644 --- a/.github/workflows/release-charts.yaml +++ b/.github/workflows/release-charts.yaml @@ -29,6 +29,4 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.5.0 env: - CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" - with: - charts_dir: . \ No newline at end of file + CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" \ No newline at end of file diff --git a/user-monitoring-demo/.helmignore b/charts/user-monitoring-demo/.helmignore similarity index 100% rename from user-monitoring-demo/.helmignore rename to charts/user-monitoring-demo/.helmignore diff --git a/user-monitoring-demo/Chart.yaml b/charts/user-monitoring-demo/Chart.yaml similarity index 100% rename from user-monitoring-demo/Chart.yaml rename to charts/user-monitoring-demo/Chart.yaml diff --git a/user-monitoring-demo/demo-role.yaml b/charts/user-monitoring-demo/demo-role.yaml similarity index 100% rename from user-monitoring-demo/demo-role.yaml rename to charts/user-monitoring-demo/demo-role.yaml diff --git a/user-monitoring-demo/templates/_helpers.tpl b/charts/user-monitoring-demo/templates/_helpers.tpl similarity index 100% rename from user-monitoring-demo/templates/_helpers.tpl rename to charts/user-monitoring-demo/templates/_helpers.tpl diff --git a/user-monitoring-demo/templates/demo-deploy.yaml b/charts/user-monitoring-demo/templates/demo-deploy.yaml similarity index 100% rename from user-monitoring-demo/templates/demo-deploy.yaml rename to charts/user-monitoring-demo/templates/demo-deploy.yaml diff --git a/user-monitoring-demo/templates/demo-role.yaml b/charts/user-monitoring-demo/templates/demo-role.yaml similarity index 100% rename from user-monitoring-demo/templates/demo-role.yaml rename to charts/user-monitoring-demo/templates/demo-role.yaml diff --git a/user-monitoring-demo/templates/demo-rolebinding.yaml b/charts/user-monitoring-demo/templates/demo-rolebinding.yaml similarity index 100% rename from user-monitoring-demo/templates/demo-rolebinding.yaml rename to charts/user-monitoring-demo/templates/demo-rolebinding.yaml diff --git a/user-monitoring-demo/templates/demo-servicemonitor.yaml b/charts/user-monitoring-demo/templates/demo-servicemonitor.yaml similarity index 100% rename from user-monitoring-demo/templates/demo-servicemonitor.yaml rename to charts/user-monitoring-demo/templates/demo-servicemonitor.yaml diff --git a/user-monitoring-demo/templates/demo-svc.yaml b/charts/user-monitoring-demo/templates/demo-svc.yaml similarity index 100% rename from user-monitoring-demo/templates/demo-svc.yaml rename to charts/user-monitoring-demo/templates/demo-svc.yaml diff --git a/user-monitoring-demo/values.yaml b/charts/user-monitoring-demo/values.yaml similarity index 100% rename from user-monitoring-demo/values.yaml rename to charts/user-monitoring-demo/values.yaml diff --git a/user-monitoring/.helmignore b/charts/user-monitoring/.helmignore similarity index 100% rename from user-monitoring/.helmignore rename to charts/user-monitoring/.helmignore diff --git a/user-monitoring/Chart.yaml b/charts/user-monitoring/Chart.yaml similarity index 100% rename from user-monitoring/Chart.yaml rename to charts/user-monitoring/Chart.yaml diff --git a/user-monitoring/templates/_helpers.tpl b/charts/user-monitoring/templates/_helpers.tpl similarity index 100% rename from user-monitoring/templates/_helpers.tpl rename to charts/user-monitoring/templates/_helpers.tpl diff --git a/user-monitoring/templates/user-basic-auth-secret.yaml b/charts/user-monitoring/templates/user-basic-auth-secret.yaml similarity index 100% rename from user-monitoring/templates/user-basic-auth-secret.yaml rename to charts/user-monitoring/templates/user-basic-auth-secret.yaml diff --git a/user-monitoring/templates/user-prom-ingress.yaml b/charts/user-monitoring/templates/user-prom-ingress.yaml similarity index 100% rename from user-monitoring/templates/user-prom-ingress.yaml rename to charts/user-monitoring/templates/user-prom-ingress.yaml diff --git a/user-monitoring/templates/user-prom-role.yaml b/charts/user-monitoring/templates/user-prom-role.yaml similarity index 100% rename from user-monitoring/templates/user-prom-role.yaml rename to charts/user-monitoring/templates/user-prom-role.yaml diff --git a/user-monitoring/templates/user-prom-rolebinding.yaml b/charts/user-monitoring/templates/user-prom-rolebinding.yaml similarity index 100% rename from user-monitoring/templates/user-prom-rolebinding.yaml rename to charts/user-monitoring/templates/user-prom-rolebinding.yaml diff --git a/user-monitoring/templates/user-prom-sa.yaml b/charts/user-monitoring/templates/user-prom-sa.yaml similarity index 100% rename from user-monitoring/templates/user-prom-sa.yaml rename to charts/user-monitoring/templates/user-prom-sa.yaml diff --git a/user-monitoring/templates/user-prometheus.yaml b/charts/user-monitoring/templates/user-prometheus.yaml similarity index 100% rename from user-monitoring/templates/user-prometheus.yaml rename to charts/user-monitoring/templates/user-prometheus.yaml diff --git a/user-monitoring/values.yaml b/charts/user-monitoring/values.yaml similarity index 100% rename from user-monitoring/values.yaml rename to charts/user-monitoring/values.yaml