diff --git a/.github/workflows/helm-test.yml b/.github/workflows/helm-test.yml index 180cde5fe..211f67ba1 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -17,6 +17,8 @@ jobs: with: fetch-depth: 0 - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 + with: + version: v3.10.1 - name: Linting Chart run: helm lint ./charts/capsule - name: Setup Chart Linting diff --git a/Makefile b/Makefile index 938198ac1..f0347ffc3 100644 --- a/Makefile +++ b/Makefile @@ -324,9 +324,9 @@ e2e-build/%: .PHONY: e2e-install e2e-install: + helm dependency update ./charts/capsule helm upgrade \ --debug \ - --dependency-update \ --install \ --namespace capsule-system \ --create-namespace \