-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a08c93a
commit f4b3a78
Showing
2 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -27,10 +27,10 @@ jobs: | |
with: | ||
go-version: '1.19' | ||
|
||
- name: Set up Helm | ||
uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # @v3.4 | ||
- name: Install Helm | ||
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # @v3.5 | ||
with: | ||
version: '3.10.1' | ||
version: '3.11.0' | ||
|
||
# prepare for build | ||
- run: sudo apt update && sudo apt install -y jq | ||
|
@@ -128,9 +128,9 @@ jobs: | |
git config user.email "[email protected]" | ||
- name: Install Helm | ||
uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # @v3.4 | ||
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # @v3.5 | ||
with: | ||
version: '3.10.1' | ||
version: '3.11.0' | ||
|
||
- name: Run chart-releaser | ||
uses: helm/chart-releaser-action@c25b74a986eb925b398320414b576227f375f946 # @v1.2.1 | ||
|
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