chore(ci): correct helm versions used
This commit is contained in:
@@ -55,7 +55,7 @@ jobs:
|
|||||||
if: inputs.chartChangesDetected == 'true'
|
if: inputs.chartChangesDetected == 'true'
|
||||||
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
|
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
|
||||||
with:
|
with:
|
||||||
version: v3.14.2
|
version: v3.14.0
|
||||||
|
|
||||||
- name: Prep Helm
|
- name: Prep Helm
|
||||||
if: inputs.chartChangesDetected == 'true'
|
if: inputs.chartChangesDetected == 'true'
|
||||||
|
|||||||
@@ -127,7 +127,7 @@ jobs:
|
|||||||
- name: Install Helm
|
- name: Install Helm
|
||||||
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
|
uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4
|
||||||
with:
|
with:
|
||||||
version: v3.14.0
|
version: v3.17.2
|
||||||
|
|
||||||
# Optional step if GPG signing is used
|
# Optional step if GPG signing is used
|
||||||
- name: Prepare GPG key
|
- name: Prepare GPG key
|
||||||
|
|||||||
@@ -47,7 +47,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
helm-version:
|
helm-version:
|
||||||
- v3.14.4
|
- v3.14.0
|
||||||
|
- v3.17.2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
@@ -85,7 +86,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
helm-version:
|
helm-version:
|
||||||
- v3.14.4
|
- v3.14.0
|
||||||
|
- v3.17.2
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
@@ -131,8 +133,8 @@ jobs:
|
|||||||
- v1.29
|
- v1.29
|
||||||
# We test the latest k3s version and the lowest supported by either the oldest supported SCALE or FluxCD release
|
# We test the latest k3s version and the lowest supported by either the oldest supported SCALE or FluxCD release
|
||||||
helm-version:
|
helm-version:
|
||||||
- v3.12.1
|
- v3.14.0
|
||||||
- v3.14.4
|
- v3.17.2
|
||||||
values:
|
values:
|
||||||
- basic-values.yaml
|
- basic-values.yaml
|
||||||
- configmap-values.yaml
|
- configmap-values.yaml
|
||||||
|
|||||||
Reference in New Issue
Block a user