From 8d7349d88795a70ff1f138d53f7e41cddf2665e4 Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 25 Oct 2022 08:17:12 -0700 Subject: [PATCH] fix: pin helm to v3.10.1 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 050ebd785918..c245ef39a09a 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