Skip to content

Commit f4b3a78

Browse files
committed
ci: upgrade helm version
1 parent a08c93a commit f4b3a78

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/charts.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
with:
2828
go-version: '1.19'
2929

30-
- name: Set up Helm
31-
uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # @v3.4
30+
- name: Install Helm
31+
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # @v3.5
3232
with:
33-
version: '3.10.1'
33+
version: '3.11.0'
3434

3535
# prepare for build
3636
- run: sudo apt update && sudo apt install -y jq
@@ -128,9 +128,9 @@ jobs:
128128
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
129129
130130
- name: Install Helm
131-
uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # @v3.4
131+
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # @v3.5
132132
with:
133-
version: '3.10.1'
133+
version: '3.11.0'
134134

135135
- name: Run chart-releaser
136136
uses: helm/chart-releaser-action@c25b74a986eb925b398320414b576227f375f946 # @v1.2.1

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ jobs:
6363
- uses: actions/setup-go@c4a742cab115ed795e34d4513e2cf7d472deb55f # @3.3.1
6464
with:
6565
go-version: '1.19'
66-
- name: Set up Helm
67-
uses: azure/setup-helm@f382f75448129b3be48f8121b9857be18d815a82 # @v3.4
66+
- name: Install Helm
67+
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # @v3.5
6868
with:
69-
version: '3.10.1'
69+
version: '3.11.0'
7070
- uses: helm/kind-action@d8ccf8fb623ce1bb360ae2f45f323d9d5c5e9f00 # @1.5.0
7171
name: Create k8s cluster
7272
with:

0 commit comments

Comments
 (0)