diff --git a/.github/workflows/charts-lint.yaml b/.github/workflows/charts-lint.yaml index 05b10e8b48e..7c91f5a70ac 100644 --- a/.github/workflows/charts-lint.yaml +++ b/.github/workflows/charts-lint.yaml @@ -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' diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index de40d0fcd6f..9fb9e6cb0c5 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -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 diff --git a/.github/workflows/common-tests.yaml b/.github/workflows/common-tests.yaml index d2ce9c2a549..9652117ad6b 100644 --- a/.github/workflows/common-tests.yaml +++ b/.github/workflows/common-tests.yaml @@ -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