Skip to content

Commit

Permalink
feat(helm): add external chart repos
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoscode committed Aug 15, 2023
1 parent 571c94a commit 30b04c2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/chart-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
with:
version: v3.12.3

- name: Add bitnami repo
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
- name: Update Helm dependencies
run: |
cd charts/managed-identity-wallet
Expand Down Expand Up @@ -75,6 +80,11 @@ jobs:
with:
version: v3.12.3

- name: Add bitnami repo
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo update
- name: Update Helm dependencies
run: |
cd charts/managed-identity-wallet
Expand Down

0 comments on commit 30b04c2

Please sign in to comment.