Skip to content

Commit 6491117

Browse files
authored
add helm dependency update
1 parent 058991f commit 6491117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ jobs:
351351
- name: Install/Upgrade Helm chart
352352
run: |
353353
set -euo pipefail
354+
helm dependency update --skip-refresh ./helm/coder
354355
helm upgrade --install "pr${{ env.PR_NUMBER }}" ./helm/coder \
355356
--namespace "pr${{ env.PR_NUMBER }}" \
356357
--values ./pr-deploy-values.yaml \

0 commit comments

Comments
 (0)