Skip to content

Commit

Permalink
fix helm stable repo (#40)
Browse files Browse the repository at this point in the history
This is related to https://helm.sh/blog/new-location-stable-incubator-charts/

Signed-off-by: Jeff Billimek <jeff@billimek.com>
  • Loading branch information
billimek committed Nov 11, 2020
1 parent 9cb5460 commit 9ce989e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
./get_helm.sh
- name: Add dependency chart repos
run: |
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add stable https://charts.helm.sh/stable
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.0.0
with:
Expand Down

0 comments on commit 9ce989e

Please sign in to comment.