Skip to content

Commit 97119b9

Browse files
authored
Merge pull request #1250 from clowder-framework/release/v2.0.0-beta.4
add bitnami legacy
2 parents 2af36a4 + 4414006 commit 97119b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/helm-release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ jobs:
2222

2323
- name: Get dependencies
2424
run: |
25+
helm repo add bitnami-legacy https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
2526
helm repo add bitnami https://charts.bitnami.com/bitnami
2627
helm repo add ncsa https://opensource.ncsa.illinois.edu/charts
27-
helm dep build
28+
helm dep update
2829
2930
- name: Get release info
3031
id: release_info

0 commit comments

Comments
 (0)