Archived
1
0

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:
Joe Previte 2022-10-25 09:24:53 -07:00 committed by GitHub
parent 606811fbfd
commit 1134ee1c79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ jobs:
if: steps.changed-files.outputs.any_changed == 'true'
uses: azure/setup-helm@v3.3
with:
version: "v3.10.1"
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install helm kubeval plugin