update helm versions we test for

This commit is contained in:
Kjeld Schouten
2023-11-05 11:30:21 +01:00
committed by GitHub
parent e5b7df57b6
commit b7bf5afbe3

View File

@@ -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