chore(ci): correct helm versions used

This commit is contained in:
Kjeld Schouten
2025-04-07 21:37:48 +02:00
parent 2fce051aaa
commit f14cafa52a
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ jobs:
if: inputs.chartChangesDetected == 'true'
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
with:
version: v3.14.2
version: v3.14.0
- name: Prep Helm
if: inputs.chartChangesDetected == 'true'
+1 -1
View File
@@ -127,7 +127,7 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
with:
version: v3.14.0
version: v3.17.2
# Optional step if GPG signing is used
- name: Prepare GPG key
+6 -4
View File
@@ -47,7 +47,8 @@ jobs:
fail-fast: false
matrix:
helm-version:
- v3.14.4
- v3.14.0
- v3.17.2
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -85,7 +86,8 @@ jobs:
fail-fast: false
matrix:
helm-version:
- v3.14.4
- v3.14.0
- v3.17.2
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -131,8 +133,8 @@ jobs:
- v1.29
# We test the latest k3s version and the lowest supported by either the oldest supported SCALE or FluxCD release
helm-version:
- v3.12.1
- v3.14.4
- v3.14.0
- v3.17.2
values:
- basic-values.yaml
- configmap-values.yaml