From 699e1ceeb12b10f91a2bb58fcb97bc79ff77c4fc Mon Sep 17 00:00:00 2001 From: Tatsat Mishra Date: Wed, 19 Nov 2025 12:15:53 +1300 Subject: [PATCH] Trying #232 fix to verify build. Signed-off-by: Tatsat Mishra --- .github/workflows/integration-tests.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 64a5ed4..8e02b51 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -79,12 +79,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - HELM_LATEST=$(gh release list \ - --repo helm/helm \ - --exclude-drafts \ - --exclude-pre-releases \ - --json name,isLatest \ - --jq '.[] | select(.isLatest)|.name' | awk '{print $2}') + HELM_LATEST=$(curl -s https://get.helm.sh/helm-latest-version) if [[ $(helm version) != *$HELM_LATEST* ]]; then echo "HELM VERSION INCORRECT: HELM VERSION DOES NOT CONTAIN $HELM_LATEST"