Skip to content

Commit

Permalink
chore: update deps update command
Browse files Browse the repository at this point in the history
  • Loading branch information
moonrailgun committed Jun 9, 2024
1 parent 7202349 commit 445986d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-helm-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ jobs:
- name: Update Helm Deps
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
cd k8s/helm
for dir in $(ls -d charts/*); do
helm dependency update $dir;
done
helm dependency update
- name: Run chart-releaser
Expand Down

0 comments on commit 445986d

Please sign in to comment.