Skip to content

Commit

Permalink
chore: update helm version to v3.16.1 (#662)
Browse files Browse the repository at this point in the history
Signed-off-by: yxxhero <[email protected]>
  • Loading branch information
yxxhero authored Sep 14, 2024
1 parent 2e3c385 commit 0211afd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,34 +43,34 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
shell: [ default ]
experimental: [ false ]
helm-version: [ v3.14.4, v3.15.4 ]
helm-version: [ v3.15.4, v3.16.1 ]
include:
- os: windows-latest
shell: wsl
experimental: false
helm-version: v3.14.4
helm-version: v3.15.4
- os: windows-latest
shell: cygwin
experimental: false
helm-version: v3.14.4
helm-version: v3.15.4
- os: ubuntu-latest
container: alpine
shell: sh
experimental: false
helm-version: v3.14.4
helm-version: v3.15.4
- os: windows-latest
shell: wsl
experimental: false
helm-version: v3.15.4
helm-version: v3.16.1
- os: windows-latest
shell: cygwin
experimental: false
helm-version: v3.15.4
helm-version: v3.16.1
- os: ubuntu-latest
container: alpine
shell: sh
experimental: false
helm-version: v3.15.4
helm-version: v3.16.1

steps:
- name: Disable autocrlf
Expand Down Expand Up @@ -110,8 +110,8 @@ jobs:
# Helm maintains the latest minor version only and therefore each Helmfile version supports 2 Helm minor versions.
# 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.14.4
- helm-version: v3.15.4
- helm-version: v3.16.1
steps:
- uses: engineerd/[email protected]
with:
Expand Down

0 comments on commit 0211afd

Please sign in to comment.