diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ee39bc2c..91b33611 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.13.3, v3.14.0 ] + helm-version: [ v3.13.3, v3.14.3 ] include: - os: windows-latest shell: wsl @@ -61,16 +61,16 @@ jobs: - os: windows-latest shell: wsl experimental: false - helm-version: v3.14.0 + helm-version: v3.14.3 - os: windows-latest shell: cygwin experimental: false - helm-version: v3.14.0 + helm-version: v3.14.3 - os: ubuntu-latest container: alpine shell: sh experimental: false - helm-version: v3.14.0 + helm-version: v3.14.3 steps: - name: Disable autocrlf @@ -111,7 +111,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.13.3 - - helm-version: v3.14.0 + - helm-version: v3.14.3 steps: - uses: engineerd/setup-kind@v0.5.0 with: