Skip to content

Commit

Permalink
[repo] replace old Helm stable with Bitnami
Browse files Browse the repository at this point in the history
Per https://helm.sh/blog/new-location-stable-incubator-charts/ the
previous location used here is now unavailable, breaking releases.

We furthermore no longer actually use the dependency in the old repo in
the actual chart, so changing this to the Bitnami repo rather than the
new Helm repo.
  • Loading branch information
Travis Raines committed Jan 7, 2021
1 parent f17286d commit 5a9596f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Add dependency chart repos
run: |
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
Expand Down

0 comments on commit 5a9596f

Please sign in to comment.