-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* bump helm to 3.15.0 Signed-off-by: yxxhero <[email protected]>
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,34 +43,34 @@ jobs: | |
os: [ubuntu-latest, macos-latest, windows-latest] | ||
shell: [ default ] | ||
experimental: [ false ] | ||
helm-version: [ v3.13.3, v3.14.3 ] | ||
helm-version: [ v3.14.4, v3.15.0 ] | ||
include: | ||
- os: windows-latest | ||
shell: wsl | ||
experimental: false | ||
helm-version: v3.13.3 | ||
helm-version: v3.14.4 | ||
- os: windows-latest | ||
shell: cygwin | ||
experimental: false | ||
helm-version: v3.13.3 | ||
helm-version: v3.14.4 | ||
- os: ubuntu-latest | ||
container: alpine | ||
shell: sh | ||
experimental: false | ||
helm-version: v3.13.3 | ||
helm-version: v3.14.4 | ||
- os: windows-latest | ||
shell: wsl | ||
experimental: false | ||
helm-version: v3.14.3 | ||
helm-version: v3.15.0 | ||
- os: windows-latest | ||
shell: cygwin | ||
experimental: false | ||
helm-version: v3.14.3 | ||
helm-version: v3.15.0 | ||
- os: ubuntu-latest | ||
container: alpine | ||
shell: sh | ||
experimental: false | ||
helm-version: v3.14.3 | ||
helm-version: v3.15.0 | ||
|
||
steps: | ||
- name: Disable autocrlf | ||
|
@@ -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.13.3 | ||
- helm-version: v3.14.3 | ||
- helm-version: v3.14.4 | ||
- helm-version: v3.15.0 | ||
steps: | ||
- uses: engineerd/[email protected] | ||
with: | ||
|