diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index d610734..1201ee3 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -50,7 +50,7 @@ jobs: uses: helm/chart-releaser-action@v1.6.0 with: skip_existing: true - charts_dir: helm/featurehub + charts_dir: helm env: CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" diff --git a/helm/in-memory-postgres/README.md b/unreleased-helm/in-memory-postgres/README.md similarity index 100% rename from helm/in-memory-postgres/README.md rename to unreleased-helm/in-memory-postgres/README.md diff --git a/helm/in-memory-postgres/pg.yaml b/unreleased-helm/in-memory-postgres/pg.yaml similarity index 100% rename from helm/in-memory-postgres/pg.yaml rename to unreleased-helm/in-memory-postgres/pg.yaml diff --git a/helm/pubsub-emulator/.helmignore b/unreleased-helm/pubsub-emulator/.helmignore similarity index 100% rename from helm/pubsub-emulator/.helmignore rename to unreleased-helm/pubsub-emulator/.helmignore diff --git a/helm/pubsub-emulator/Chart.yaml b/unreleased-helm/pubsub-emulator/Chart.yaml similarity index 100% rename from helm/pubsub-emulator/Chart.yaml rename to unreleased-helm/pubsub-emulator/Chart.yaml diff --git a/helm/pubsub-emulator/LICENSE b/unreleased-helm/pubsub-emulator/LICENSE similarity index 100% rename from helm/pubsub-emulator/LICENSE rename to unreleased-helm/pubsub-emulator/LICENSE diff --git a/helm/pubsub-emulator/README.md b/unreleased-helm/pubsub-emulator/README.md similarity index 100% rename from helm/pubsub-emulator/README.md rename to unreleased-helm/pubsub-emulator/README.md diff --git a/helm/pubsub-emulator/README.md.gotmpl b/unreleased-helm/pubsub-emulator/README.md.gotmpl similarity index 100% rename from helm/pubsub-emulator/README.md.gotmpl rename to unreleased-helm/pubsub-emulator/README.md.gotmpl diff --git a/helm/pubsub-emulator/templates/_helpers.tpl b/unreleased-helm/pubsub-emulator/templates/_helpers.tpl similarity index 100% rename from helm/pubsub-emulator/templates/_helpers.tpl rename to unreleased-helm/pubsub-emulator/templates/_helpers.tpl diff --git a/helm/pubsub-emulator/templates/service.yaml b/unreleased-helm/pubsub-emulator/templates/service.yaml similarity index 100% rename from helm/pubsub-emulator/templates/service.yaml rename to unreleased-helm/pubsub-emulator/templates/service.yaml diff --git a/helm/pubsub-emulator/templates/serviceaccount.yaml b/unreleased-helm/pubsub-emulator/templates/serviceaccount.yaml similarity index 100% rename from helm/pubsub-emulator/templates/serviceaccount.yaml rename to unreleased-helm/pubsub-emulator/templates/serviceaccount.yaml diff --git a/helm/pubsub-emulator/templates/statefulset.yaml b/unreleased-helm/pubsub-emulator/templates/statefulset.yaml similarity index 100% rename from helm/pubsub-emulator/templates/statefulset.yaml rename to unreleased-helm/pubsub-emulator/templates/statefulset.yaml diff --git a/helm/pubsub-emulator/values.yaml b/unreleased-helm/pubsub-emulator/values.yaml similarity index 100% rename from helm/pubsub-emulator/values.yaml rename to unreleased-helm/pubsub-emulator/values.yaml