diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index b4375790..bcd14911 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -22,9 +22,9 @@ jobs: fail-fast: false matrix: helm-version: - - v3.9.4 - - v3.10.3 - - v3.13.0 + - v3.12.1 + - v3.12.3 + - v3.13.1 steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 @@ -62,9 +62,9 @@ jobs: fail-fast: false matrix: helm-version: - - v3.9.4 - - v3.10.3 - - v3.13.0 + - v3.12.1 + - v3.12.3 + - v3.13.1 steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 @@ -107,9 +107,11 @@ jobs: # We run tests on k3s version of latest SCALE release and SCALE nightly k3s-version: - v1.25.3+k3s1 - # We run tests on Helm version of latest SCALE release + # We run tests on Helm version of latest SCALE, fluxcd and latest helm release helm-version: - - v3.9.4 + - v3.12.1 + - v3.12.3 + - v3.13.1 values: - basic-values.yaml - configmap-values.yaml @@ -253,7 +255,9 @@ jobs: - v1.25.3+k3s1 # We run tests on Helm version of latest SCALE release helm-version: - - v3.9.4 + - v3.12.1 + - v3.12.3 + - v3.13.1 values: - basic-values.yaml - configmap-values.yaml @@ -314,7 +318,9 @@ jobs: - v1.25.3+k3s1 # We run tests on Helm version of latest SCALE release helm-version: - - v3.9.4 + - v3.12.1 + - v3.12.3 + - v3.13.1 values: - ingress-values.yaml - metrics-values.yaml @@ -371,7 +377,9 @@ jobs: - v1.25.3+k3s1 # We run tests on Helm version of latest SCALE release helm-version: - - v3.9.4 + - v3.12.1 + - v3.12.3 + - v3.13.1 values: - vpn-gluetun-values.yaml - vpn-tailscale-values.yaml