fix: pin helm to v3.10.1 (#5703)
Due to https://github.com/Azure/setup-helm/issues/99, this pins the version to v3.10.1 as a temporary fix.
This commit is contained in:
parent
606811fbfd
commit
1134ee1c79
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -85,6 +85,7 @@ jobs:
|
|||||||
if: steps.changed-files.outputs.any_changed == 'true'
|
if: steps.changed-files.outputs.any_changed == 'true'
|
||||||
uses: azure/setup-helm@v3.3
|
uses: azure/setup-helm@v3.3
|
||||||
with:
|
with:
|
||||||
|
version: "v3.10.1"
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install helm kubeval plugin
|
- name: Install helm kubeval plugin
|
||||||
|
Reference in New Issue
Block a user