Skip to content

Commit

Permalink
fix chart dependency repo definition for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colearendt committed Jan 13, 2022
1 parent 20d27f2 commit 74f5867
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/chart-releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
version: v3.6.3

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

0 comments on commit 74f5867

Please sign in to comment.