Skip to content

Commit 7820a86

Browse files
committed
add dependency update step to helm-install-test job
- Ensure Helm chart dependencies are built before helm-install - Fixes missing charts/ directory error in cert-manager dependency - Prevents 'helm dependency build' requirement errors - Dependencies now properly resolved for helmfile sync execution
1 parent 732a37e commit 7820a86

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/wg-easy-pr-validation.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ jobs:
248248
helm-version: ${{ env.HELM_VERSION }}
249249
install-helmfile: 'true'
250250

251+
- name: Update dependencies
252+
run: task dependencies-update
253+
251254
- name: Helm registry login
252255
if: needs.create-customer-and-cluster.outputs.skip-customer-registry == 'false'
253256
run: |

0 commit comments

Comments
 (0)