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