Skip to content

Commit

Permalink
Merge pull request #15 from adamrushuk/update-helm-test-actions
Browse files Browse the repository at this point in the history
Changed incubator to charts.helm.sh/incubator
  • Loading branch information
adamrushuk authored Nov 7, 2020
2 parents a151bc3 + df21b4a commit b855436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Configure Helm
run: |
helm repo add stable https://charts.helm.sh/stable/
helm repo add incubator https://kubernetes-charts-incubator.storage.googleapis.com/
helm repo add incubator https://charts.helm.sh/incubator
# https://github.com/helm/chart-releaser-action/releases
- name: Run chart-releaser
Expand Down

0 comments on commit b855436

Please sign in to comment.