Skip to content

Commit

Permalink
Merge pull request #764 from bcgov/hotfix/fix-chart-releaser
Browse files Browse the repository at this point in the history
[Hotfix] Add missing dependency chart repo to fix chart releaser
  • Loading branch information
esune authored Aug 16, 2023
2 parents 1b0b264 + a4b94dc commit c5e3a17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release_assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3

- name: Add dependency chart repos
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
- name: Run chart-releaser
uses: helm/[email protected]
env:
Expand Down

0 comments on commit c5e3a17

Please sign in to comment.