Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8c7261b

Browse files
authoredJun 24, 2025··
fix: update Helm version to v3.18.3 in CI workflow (#805)
Signed-off-by: yxxhero <[email protected]>
1 parent 54a920f commit 8c7261b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,21 +43,21 @@ jobs:
4343
os: [ubuntu-latest, macos-latest, windows-latest]
4444
shell: [ default ]
4545
experimental: [ false ]
46-
helm-version: [ v3.18.2, v3.17.3 ]
46+
helm-version: [ v3.18.3, v3.17.3 ]
4747
include:
4848
- os: windows-latest
4949
shell: wsl
5050
experimental: false
51-
helm-version: v3.18.2
51+
helm-version: v3.18.3
5252
- os: windows-latest
5353
shell: cygwin
5454
experimental: false
55-
helm-version: v3.18.2
55+
helm-version: v3.18.3
5656
- os: ubuntu-latest
5757
container: alpine
5858
shell: sh
5959
experimental: false
60-
helm-version: v3.18.2
60+
helm-version: v3.18.3
6161
- os: windows-latest
6262
shell: wsl
6363
experimental: false
@@ -110,7 +110,7 @@ jobs:
110110
# Helm maintains the latest minor version only and therefore each Helmfile version supports 2 Helm minor versions.
111111
# That's why we cover only 2 Helm minor versions in this matrix.
112112
# See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context.
113-
- helm-version: v3.18.2
113+
- helm-version: v3.18.3
114114
- helm-version: v3.17.3
115115
steps:
116116
- uses: engineerd/setup-kind@v0.6.2

0 commit comments

Comments
 (0)
Please sign in to comment.