Skip to content

Commit

Permalink
add old bitnami charts
Browse files Browse the repository at this point in the history
  • Loading branch information
robkooper committed Jun 12, 2022
1 parent 7a649bb commit ad512e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Get dependencies
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add bitnami https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
helm repo add ncsa https://opensource.ncsa.illinois.edu/charts/
helm dep build
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
body: ${{ steps.release_info.outputs.changelog }}

- name: Upload Release Asset
id: upload-release-asset
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ad512e4

Please sign in to comment.