We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2af36a4 + 4414006 commit 97119b9Copy full SHA for 97119b9
.github/workflows/helm-release.yaml
@@ -22,9 +22,10 @@ jobs:
22
23
- name: Get dependencies
24
run: |
25
+ helm repo add bitnami-legacy https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
26
helm repo add bitnami https://charts.bitnami.com/bitnami
27
helm repo add ncsa https://opensource.ncsa.illinois.edu/charts
- helm dep build
28
+ helm dep update
29
30
- name: Get release info
31
id: release_info
0 commit comments