-
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.
build(deps): bump helm.sh/helm/v3 from 3.17.0 to 3.17.1 (#741)
* build(deps): bump helm.sh/helm/v3 from 3.17.0 to 3.17.1 Bumps [helm.sh/helm/v3](https://github.com/helm/helm) from 3.17.0 to 3.17.1. - [Release notes](https://github.com/helm/helm/releases) - [Commits](helm/helm@v3.17.0...v3.17.1) --- updated-dependencies: - dependency-name: helm.sh/helm/v3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * build: update Helm version to v3.17.1 in CI workflow Signed-off-by: yxxhero <[email protected]> * fix ci issue Signed-off-by: yxxhero <[email protected]> * fix ci issue Signed-off-by: yxxhero <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: yxxhero <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: yxxhero <[email protected]>
- Loading branch information
1 parent
cbcf8fc
commit e82923b
Showing
5 changed files
with
21 additions
and
57 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,21 +43,21 @@ jobs: | |
os: [ubuntu-latest, macos-latest, windows-latest] | ||
shell: [ default ] | ||
experimental: [ false ] | ||
helm-version: [ v3.17.0, v3.16.4 ] | ||
helm-version: [ v3.17.1, v3.16.4 ] | ||
include: | ||
- os: windows-latest | ||
shell: wsl | ||
experimental: false | ||
helm-version: v3.17.0 | ||
helm-version: v3.17.1 | ||
- os: windows-latest | ||
shell: cygwin | ||
experimental: false | ||
helm-version: v3.17.0 | ||
helm-version: v3.17.1 | ||
- os: ubuntu-latest | ||
container: alpine | ||
shell: sh | ||
experimental: false | ||
helm-version: v3.17.0 | ||
helm-version: v3.17.1 | ||
- os: windows-latest | ||
shell: wsl | ||
experimental: false | ||
|
@@ -110,7 +110,7 @@ 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.17.0 | ||
- helm-version: v3.17.1 | ||
- helm-version: v3.16.4 | ||
steps: | ||
- uses: engineerd/[email protected] | ||
|
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
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
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
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