Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix release action #106

Merged
merged 1 commit into from
Oct 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,12 @@ jobs:
version: v3.5.4

- name: Add chart repo dependencies
# Note: this repos should match whith the repos set in ct.yaml
# See https://github.com/Flagsmith/flagsmith-charts/issues/105
run: |
helm repo add stable https://charts.helm.sh/stable
helm repo add influxdb2 https://helm.influxdata.com/
helm repo add kiwigrid https://kiwigrid.github.io

- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.2.0
Expand Down
2 changes: 2 additions & 0 deletions ct.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Note: any repos listed here must also be added in the release github action
# See https://github.com/Flagsmith/flagsmith-charts/issues/105
chart-repos:
- stable=https://charts.helm.sh/stable
- influxdata=https://helm.influxdata.com/
Expand Down