Skip to content

Commit

Permalink
ci: add Helm repositories to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-whit committed Mar 14, 2023
1 parent 6e214bd commit 629610e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
with:
version: v3.5.0

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

0 comments on commit 629610e

Please sign in to comment.