From bdefe6fc95494a97f671dab7a4915b80534ca100 Mon Sep 17 00:00:00 2001 From: yxxhero Date: Fri, 12 Sep 2025 06:14:23 +0800 Subject: [PATCH] build: update helm version to v3.19.0 --- .github/workflows/ci.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 70d3f935..a54a6ebf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,7 +43,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] shell: [ default ] experimental: [ false ] - helm-version: [ v3.18.6, v3.19.0-rc.1 ] + helm-version: [ v3.18.6, v3.19.0 ] include: - os: windows-latest shell: wsl @@ -61,16 +61,16 @@ jobs: - os: windows-latest shell: wsl experimental: false - helm-version: v3.19.0-rc.1 + helm-version: v3.19.0 - os: windows-latest shell: cygwin experimental: false - helm-version: v3.19.0-rc.1 + helm-version: v3.19.0 - os: ubuntu-latest container: alpine shell: sh experimental: false - helm-version: v3.19.0-rc.1 + helm-version: v3.19.0 steps: - name: Disable autocrlf @@ -109,7 +109,7 @@ jobs: # That's why we cover only 2 Helm minor versions in this matrix. # See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context. - helm-version: v3.18.6 - - helm-version: v3.19.0-rc.1 + - helm-version: v3.19.0 steps: - uses: engineerd/setup-kind@v0.6.2 with: