From a4d77585e0d70fae75d320a3d0ae806c3ecc41b1 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Fri, 20 Jun 2025 11:35:32 +0200 Subject: [PATCH] Use no-v-version that's available on macOS arm --- .github/workflows/integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index ac2d9e3..d826a2b 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -19,7 +19,7 @@ jobs: env: HELM_3_8_0: 'v3.8.0' HELM_3_7_2: 'v3.7.2' - HELM_NO_V: '3.5.0' + HELM_NO_V: '3.8.0' PR_BASE_REF: ${{ github.event.pull_request.base.ref }} steps: - name: Check out repository