diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index a858f131a..4cd5f7b82 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -57,6 +57,6 @@ jobs: version: v0.14.0 - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: - version: 3.3.4 + version: v3.14.2 - name: e2e testing run: make e2e/${{ matrix.k8s-version }} diff --git a/.github/workflows/helm-test.yml b/.github/workflows/helm-test.yml index 211f67ba1..baa6dcd6d 100644 --- a/.github/workflows/helm-test.yml +++ b/.github/workflows/helm-test.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3 with: - version: v3.10.1 + version: v3.14.2 - name: Linting Chart run: helm lint ./charts/capsule - name: Setup Chart Linting