File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
actions/e2e/install-prometheus Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 }}'
You can’t perform that action at this time.
0 commit comments