From 25168897b76c9e24321e93c47521dd7ac335aa9c Mon Sep 17 00:00:00 2001 From: Josh Lee Date: Wed, 25 Sep 2024 12:49:40 -0400 Subject: [PATCH] rename main branch, helm directory to charts --- .github/workflows/release.yml | 4 ++-- {helm => charts}/clickhouse-eks/Chart.yaml | 0 {helm => charts}/clickhouse-eks/README.md | 0 {helm => charts}/clickhouse-eks/templates/chi.yaml | 0 {helm => charts}/clickhouse-eks/templates/credentials.yaml | 0 {helm => charts}/clickhouse-eks/values.yaml | 0 {helm => charts}/clickhouse-keeper-sts/.helmignore | 0 {helm => charts}/clickhouse-keeper-sts/Chart.yaml | 0 {helm => charts}/clickhouse-keeper-sts/README.md | 0 {helm => charts}/clickhouse-keeper-sts/templates/NOTES.txt | 0 {helm => charts}/clickhouse-keeper-sts/templates/_helpers.tpl | 0 .../clickhouse-keeper-sts/templates/configmap.yaml | 0 {helm => charts}/clickhouse-keeper-sts/templates/ingress.yaml | 0 .../clickhouse-keeper-sts/templates/service-keepers.yaml | 0 {helm => charts}/clickhouse-keeper-sts/templates/service.yaml | 0 .../clickhouse-keeper-sts/templates/statefulset.yaml | 0 {helm => charts}/clickhouse-keeper-sts/values.yaml | 0 {helm => charts}/clickhouse/.gitignore | 0 {helm => charts}/clickhouse/Chart.lock | 0 {helm => charts}/clickhouse/Chart.yaml | 0 {helm => charts}/clickhouse/README.md | 0 .../clickhouse/examples/values-existing-keeper.yaml | 0 {helm => charts}/clickhouse/examples/values-production.yaml | 0 {helm => charts}/clickhouse/examples/values-simple.yaml | 0 {helm => charts}/clickhouse/templates/NOTES.txt | 0 {helm => charts}/clickhouse/templates/_helpers.tpl | 0 {helm => charts}/clickhouse/templates/chi.yaml | 0 {helm => charts}/clickhouse/templates/chit-data.yaml | 0 {helm => charts}/clickhouse/templates/chit-logs.yaml | 0 {helm => charts}/clickhouse/templates/chit-pod.yaml | 0 {helm => charts}/clickhouse/templates/chit-service.yaml | 0 {helm => charts}/clickhouse/templates/credentials.yaml | 0 {helm => charts}/clickhouse/values.schema.json | 0 {helm => charts}/clickhouse/values.yaml | 0 {helm => charts}/keeper-sts/Chart.yaml | 0 {helm => charts}/keeper-sts/README.md | 0 {helm => charts}/keeper-sts/templates/chk.yaml | 0 {helm => charts}/keeper-sts/values.yaml | 0 38 files changed, 2 insertions(+), 2 deletions(-) rename {helm => charts}/clickhouse-eks/Chart.yaml (100%) rename {helm => charts}/clickhouse-eks/README.md (100%) rename {helm => charts}/clickhouse-eks/templates/chi.yaml (100%) rename {helm => charts}/clickhouse-eks/templates/credentials.yaml (100%) rename {helm => charts}/clickhouse-eks/values.yaml (100%) rename {helm => charts}/clickhouse-keeper-sts/.helmignore (100%) rename {helm => charts}/clickhouse-keeper-sts/Chart.yaml (100%) rename {helm => charts}/clickhouse-keeper-sts/README.md (100%) rename {helm => charts}/clickhouse-keeper-sts/templates/NOTES.txt (100%) rename {helm => charts}/clickhouse-keeper-sts/templates/_helpers.tpl (100%) rename {helm => charts}/clickhouse-keeper-sts/templates/configmap.yaml (100%) rename {helm => charts}/clickhouse-keeper-sts/templates/ingress.yaml (100%) rename {helm => charts}/clickhouse-keeper-sts/templates/service-keepers.yaml (100%) rename {helm => charts}/clickhouse-keeper-sts/templates/service.yaml (100%) rename {helm => charts}/clickhouse-keeper-sts/templates/statefulset.yaml (100%) rename {helm => charts}/clickhouse-keeper-sts/values.yaml (100%) rename {helm => charts}/clickhouse/.gitignore (100%) rename {helm => charts}/clickhouse/Chart.lock (100%) rename {helm => charts}/clickhouse/Chart.yaml (100%) rename {helm => charts}/clickhouse/README.md (100%) rename {helm => charts}/clickhouse/examples/values-existing-keeper.yaml (100%) rename {helm => charts}/clickhouse/examples/values-production.yaml (100%) rename {helm => charts}/clickhouse/examples/values-simple.yaml (100%) rename {helm => charts}/clickhouse/templates/NOTES.txt (100%) rename {helm => charts}/clickhouse/templates/_helpers.tpl (100%) rename {helm => charts}/clickhouse/templates/chi.yaml (100%) rename {helm => charts}/clickhouse/templates/chit-data.yaml (100%) rename {helm => charts}/clickhouse/templates/chit-logs.yaml (100%) rename {helm => charts}/clickhouse/templates/chit-pod.yaml (100%) rename {helm => charts}/clickhouse/templates/chit-service.yaml (100%) rename {helm => charts}/clickhouse/templates/credentials.yaml (100%) rename {helm => charts}/clickhouse/values.schema.json (100%) rename {helm => charts}/clickhouse/values.yaml (100%) rename {helm => charts}/keeper-sts/Chart.yaml (100%) rename {helm => charts}/keeper-sts/README.md (100%) rename {helm => charts}/keeper-sts/templates/chk.yaml (100%) rename {helm => charts}/keeper-sts/values.yaml (100%) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 28511bc..cc25930 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release Charts on: push: branches: - - master + - main jobs: release: @@ -24,6 +24,6 @@ jobs: - name: Run chart-releaser uses: helm/chart-releaser-action@v1.6.0 with: - charts_dir: helm + charts_dir: charts env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/helm/clickhouse-eks/Chart.yaml b/charts/clickhouse-eks/Chart.yaml similarity index 100% rename from helm/clickhouse-eks/Chart.yaml rename to charts/clickhouse-eks/Chart.yaml diff --git a/helm/clickhouse-eks/README.md b/charts/clickhouse-eks/README.md similarity index 100% rename from helm/clickhouse-eks/README.md rename to charts/clickhouse-eks/README.md diff --git a/helm/clickhouse-eks/templates/chi.yaml b/charts/clickhouse-eks/templates/chi.yaml similarity index 100% rename from helm/clickhouse-eks/templates/chi.yaml rename to charts/clickhouse-eks/templates/chi.yaml diff --git a/helm/clickhouse-eks/templates/credentials.yaml b/charts/clickhouse-eks/templates/credentials.yaml similarity index 100% rename from helm/clickhouse-eks/templates/credentials.yaml rename to charts/clickhouse-eks/templates/credentials.yaml diff --git a/helm/clickhouse-eks/values.yaml b/charts/clickhouse-eks/values.yaml similarity index 100% rename from helm/clickhouse-eks/values.yaml rename to charts/clickhouse-eks/values.yaml diff --git a/helm/clickhouse-keeper-sts/.helmignore b/charts/clickhouse-keeper-sts/.helmignore similarity index 100% rename from helm/clickhouse-keeper-sts/.helmignore rename to charts/clickhouse-keeper-sts/.helmignore diff --git a/helm/clickhouse-keeper-sts/Chart.yaml b/charts/clickhouse-keeper-sts/Chart.yaml similarity index 100% rename from helm/clickhouse-keeper-sts/Chart.yaml rename to charts/clickhouse-keeper-sts/Chart.yaml diff --git a/helm/clickhouse-keeper-sts/README.md b/charts/clickhouse-keeper-sts/README.md similarity index 100% rename from helm/clickhouse-keeper-sts/README.md rename to charts/clickhouse-keeper-sts/README.md diff --git a/helm/clickhouse-keeper-sts/templates/NOTES.txt b/charts/clickhouse-keeper-sts/templates/NOTES.txt similarity index 100% rename from helm/clickhouse-keeper-sts/templates/NOTES.txt rename to charts/clickhouse-keeper-sts/templates/NOTES.txt diff --git a/helm/clickhouse-keeper-sts/templates/_helpers.tpl b/charts/clickhouse-keeper-sts/templates/_helpers.tpl similarity index 100% rename from helm/clickhouse-keeper-sts/templates/_helpers.tpl rename to charts/clickhouse-keeper-sts/templates/_helpers.tpl diff --git a/helm/clickhouse-keeper-sts/templates/configmap.yaml b/charts/clickhouse-keeper-sts/templates/configmap.yaml similarity index 100% rename from helm/clickhouse-keeper-sts/templates/configmap.yaml rename to charts/clickhouse-keeper-sts/templates/configmap.yaml diff --git a/helm/clickhouse-keeper-sts/templates/ingress.yaml b/charts/clickhouse-keeper-sts/templates/ingress.yaml similarity index 100% rename from helm/clickhouse-keeper-sts/templates/ingress.yaml rename to charts/clickhouse-keeper-sts/templates/ingress.yaml diff --git a/helm/clickhouse-keeper-sts/templates/service-keepers.yaml b/charts/clickhouse-keeper-sts/templates/service-keepers.yaml similarity index 100% rename from helm/clickhouse-keeper-sts/templates/service-keepers.yaml rename to charts/clickhouse-keeper-sts/templates/service-keepers.yaml diff --git a/helm/clickhouse-keeper-sts/templates/service.yaml b/charts/clickhouse-keeper-sts/templates/service.yaml similarity index 100% rename from helm/clickhouse-keeper-sts/templates/service.yaml rename to charts/clickhouse-keeper-sts/templates/service.yaml diff --git a/helm/clickhouse-keeper-sts/templates/statefulset.yaml b/charts/clickhouse-keeper-sts/templates/statefulset.yaml similarity index 100% rename from helm/clickhouse-keeper-sts/templates/statefulset.yaml rename to charts/clickhouse-keeper-sts/templates/statefulset.yaml diff --git a/helm/clickhouse-keeper-sts/values.yaml b/charts/clickhouse-keeper-sts/values.yaml similarity index 100% rename from helm/clickhouse-keeper-sts/values.yaml rename to charts/clickhouse-keeper-sts/values.yaml diff --git a/helm/clickhouse/.gitignore b/charts/clickhouse/.gitignore similarity index 100% rename from helm/clickhouse/.gitignore rename to charts/clickhouse/.gitignore diff --git a/helm/clickhouse/Chart.lock b/charts/clickhouse/Chart.lock similarity index 100% rename from helm/clickhouse/Chart.lock rename to charts/clickhouse/Chart.lock diff --git a/helm/clickhouse/Chart.yaml b/charts/clickhouse/Chart.yaml similarity index 100% rename from helm/clickhouse/Chart.yaml rename to charts/clickhouse/Chart.yaml diff --git a/helm/clickhouse/README.md b/charts/clickhouse/README.md similarity index 100% rename from helm/clickhouse/README.md rename to charts/clickhouse/README.md diff --git a/helm/clickhouse/examples/values-existing-keeper.yaml b/charts/clickhouse/examples/values-existing-keeper.yaml similarity index 100% rename from helm/clickhouse/examples/values-existing-keeper.yaml rename to charts/clickhouse/examples/values-existing-keeper.yaml diff --git a/helm/clickhouse/examples/values-production.yaml b/charts/clickhouse/examples/values-production.yaml similarity index 100% rename from helm/clickhouse/examples/values-production.yaml rename to charts/clickhouse/examples/values-production.yaml diff --git a/helm/clickhouse/examples/values-simple.yaml b/charts/clickhouse/examples/values-simple.yaml similarity index 100% rename from helm/clickhouse/examples/values-simple.yaml rename to charts/clickhouse/examples/values-simple.yaml diff --git a/helm/clickhouse/templates/NOTES.txt b/charts/clickhouse/templates/NOTES.txt similarity index 100% rename from helm/clickhouse/templates/NOTES.txt rename to charts/clickhouse/templates/NOTES.txt diff --git a/helm/clickhouse/templates/_helpers.tpl b/charts/clickhouse/templates/_helpers.tpl similarity index 100% rename from helm/clickhouse/templates/_helpers.tpl rename to charts/clickhouse/templates/_helpers.tpl diff --git a/helm/clickhouse/templates/chi.yaml b/charts/clickhouse/templates/chi.yaml similarity index 100% rename from helm/clickhouse/templates/chi.yaml rename to charts/clickhouse/templates/chi.yaml diff --git a/helm/clickhouse/templates/chit-data.yaml b/charts/clickhouse/templates/chit-data.yaml similarity index 100% rename from helm/clickhouse/templates/chit-data.yaml rename to charts/clickhouse/templates/chit-data.yaml diff --git a/helm/clickhouse/templates/chit-logs.yaml b/charts/clickhouse/templates/chit-logs.yaml similarity index 100% rename from helm/clickhouse/templates/chit-logs.yaml rename to charts/clickhouse/templates/chit-logs.yaml diff --git a/helm/clickhouse/templates/chit-pod.yaml b/charts/clickhouse/templates/chit-pod.yaml similarity index 100% rename from helm/clickhouse/templates/chit-pod.yaml rename to charts/clickhouse/templates/chit-pod.yaml diff --git a/helm/clickhouse/templates/chit-service.yaml b/charts/clickhouse/templates/chit-service.yaml similarity index 100% rename from helm/clickhouse/templates/chit-service.yaml rename to charts/clickhouse/templates/chit-service.yaml diff --git a/helm/clickhouse/templates/credentials.yaml b/charts/clickhouse/templates/credentials.yaml similarity index 100% rename from helm/clickhouse/templates/credentials.yaml rename to charts/clickhouse/templates/credentials.yaml diff --git a/helm/clickhouse/values.schema.json b/charts/clickhouse/values.schema.json similarity index 100% rename from helm/clickhouse/values.schema.json rename to charts/clickhouse/values.schema.json diff --git a/helm/clickhouse/values.yaml b/charts/clickhouse/values.yaml similarity index 100% rename from helm/clickhouse/values.yaml rename to charts/clickhouse/values.yaml diff --git a/helm/keeper-sts/Chart.yaml b/charts/keeper-sts/Chart.yaml similarity index 100% rename from helm/keeper-sts/Chart.yaml rename to charts/keeper-sts/Chart.yaml diff --git a/helm/keeper-sts/README.md b/charts/keeper-sts/README.md similarity index 100% rename from helm/keeper-sts/README.md rename to charts/keeper-sts/README.md diff --git a/helm/keeper-sts/templates/chk.yaml b/charts/keeper-sts/templates/chk.yaml similarity index 100% rename from helm/keeper-sts/templates/chk.yaml rename to charts/keeper-sts/templates/chk.yaml diff --git a/helm/keeper-sts/values.yaml b/charts/keeper-sts/values.yaml similarity index 100% rename from helm/keeper-sts/values.yaml rename to charts/keeper-sts/values.yaml