Skip to content

Commit 46337c2

Browse files
committed
use helm repo add
1 parent 1052f38 commit 46337c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Get dependencies
18-
run: helm dep build
18+
run: |
19+
helm repo add bitnami https://charts.bitnami.com/bitnami
20+
helm repo add ncsa https://opensource.ncsa.illinois.edu/charts/
21+
helm dep build
1922
2023
- name: Publish to NCSA OpenSource
2124
uses: bsord/helm-push@v3

0 commit comments

Comments
 (0)