From 59bf360c8e4385c642c8bfc0572d69e46be97379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Tue, 5 Mar 2024 18:03:42 +0100 Subject: [PATCH] chart testing --- .github/workflows/e2e.yml | 2 +- .github/workflows/helm-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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