Skip to content

feat: bump helm to 3.14.3 #584

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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/[email protected]
with:
Expand Down