From 16cd474a665a127a22ba1a15802bc6d5ec9c5f36 Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Thu, 19 Jan 2023 00:16:16 +0200 Subject: [PATCH] update helm ver --- .github/workflows/common_library_tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index 00baec5aab..81256ce1d1 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -16,7 +16,7 @@ jobs: helm-version: - v3.9.4 - v3.10.3 - - v3.11.0-rc.2 + - v3.11.0 steps: - name: Checkout uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 @@ -56,7 +56,7 @@ jobs: helm-version: - v3.9.4 - v3.10.3 - - v3.11.0-rc.2 + - v3.11.0 steps: - name: Checkout uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 @@ -95,7 +95,7 @@ jobs: - v1.25.3+k3s1 # We run tests on Helm version of latest SCALE release, SCALE nightly and manually defined "latest" helm-version: - - v3.11.0-rc.2 + - v3.11.0 values: - basic-values.yaml - configmap-values.yaml