Skip to content

Commit 2c097a3

Browse files
committed
⚙️ upgrade Helm version from v3.20.0 to v4.1.1 in release workflow
1 parent 0baee42 commit 2c097a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Set up Helm
3535
uses: azure/setup-helm@v4.3.1
3636
with:
37-
version: v3.20.0
37+
version: v4.1.1
3838

3939
- name: Install Helm unittest plugin
4040
run: |
@@ -107,7 +107,7 @@ jobs:
107107
- name: Set up Helm
108108
uses: azure/setup-helm@v4.3.1
109109
with:
110-
version: v3.20.0
110+
version: v4.1.1
111111

112112
- name: tag-package-chart
113113
env:

0 commit comments

Comments
 (0)