Skip to content

Commit 3278dab

Browse files
authored
chore: Update all version of Helm to v3.18.6 (#8677)
1 parent ff05d63 commit 3278dab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/e2e/install-prometheus/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
ref: ${{ inputs.git_ref }}
3333
- uses: ./.github/actions/e2e/install-helm
3434
with:
35-
version: v3.12.3 # Pinned to this version since v3.13.0 has issues with anonymous pulls: https://github.com/helm/helm/issues/12423
35+
version: v3.18.6
3636
- name: add prometheus repo
3737
shell: bash
3838
run: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: ./.github/actions/install-deps
2828
- uses: ./.github/actions/e2e/install-helm
2929
with:
30-
version: v3.12.3 # Pinned to this version since v3.13.0 has issues with pushing to public ECR: https://github.com/helm/helm/issues/12442
30+
version: v3.18.6
3131
- uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
3232
with:
3333
role-to-assume: 'arn:aws:iam::${{ vars.RELEASE_ACCOUNT_ID }}:role/${{ vars.RELEASE_ROLE_NAME }}'

0 commit comments

Comments
 (0)