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