Skip to content

Commit ad512e4

Browse files
committed
add old bitnami charts
1 parent 7a649bb commit ad512e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: Get dependencies
1818
run: |
19-
helm repo add bitnami https://charts.bitnami.com/bitnami
19+
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
2020
helm repo add ncsa https://opensource.ncsa.illinois.edu/charts/
2121
helm dep build
2222
@@ -51,7 +51,7 @@ jobs:
5151
body: ${{ steps.release_info.outputs.changelog }}
5252

5353
- name: Upload Release Asset
54-
id: upload-release-asset
54+
id: upload-release-asset
5555
uses: actions/upload-release-asset@v1
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)