From a0df81ba6f7fc62d2ae61dc53c3c300ad3b63d2b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 10 Nov 2023 17:13:02 +0100 Subject: [PATCH] Update common_library_tests.yaml --- .github/workflows/common_library_tests.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index d9f3916b..584252eb 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -23,7 +23,7 @@ jobs: matrix: helm-version: - v3.12.3 - - latest + - v3.13.2 steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 @@ -62,7 +62,7 @@ jobs: matrix: helm-version: - v3.12.3 - - latest + - v3.13.2 steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 @@ -110,7 +110,7 @@ jobs: # We run tests on Helm version of latest SCALE, fluxcd and latest helm release helm-version: - v3.12.3 - - latest + - v3.13.2 values: - basic-values.yaml - configmap-values.yaml @@ -259,7 +259,7 @@ jobs: # # We run tests on Helm version of latest SCALE release # helm-version: # - v3.12.3 -# - latest +# - v3.13.2 # values: # - basic-values.yaml # - configmap-values.yaml @@ -323,7 +323,7 @@ jobs: # # We run tests on Helm version of latest SCALE release # helm-version: # - v3.12.3 -# - latest +# - v3.13.2 # values: # - ingress-values.yaml # - metrics-values.yaml @@ -383,7 +383,7 @@ jobs: # # We run tests on Helm version of latest SCALE release # helm-version: # - v3.12.3 -# - latest +# - v3.13.2 # values: # - vpn-gluetun-values.yaml # - vpn-tailscale-values.yaml