From 1134ee1c794a52f31ccb710c0095777caa0c98e8 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 25 Oct 2022 09:24:53 -0700 Subject: [PATCH] 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. --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 050ebd785..c245ef39a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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