Skip to content

Commit cfcbed8

Browse files
authored
build: update helm version to v3.19.0 (#854)
1 parent b308921 commit cfcbed8

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,7 +43,7 @@ jobs:
4343
os: [ubuntu-latest, macos-latest, windows-latest]
4444
shell: [ default ]
4545
experimental: [ false ]
46-
helm-version: [ v3.18.6, v3.19.0-rc.1 ]
46+
helm-version: [ v3.18.6, v3.19.0 ]
4747
include:
4848
- os: windows-latest
4949
shell: wsl
@@ -61,16 +61,16 @@ jobs:
6161
- os: windows-latest
6262
shell: wsl
6363
experimental: false
64-
helm-version: v3.19.0-rc.1
64+
helm-version: v3.19.0
6565
- os: windows-latest
6666
shell: cygwin
6767
experimental: false
68-
helm-version: v3.19.0-rc.1
68+
helm-version: v3.19.0
6969
- os: ubuntu-latest
7070
container: alpine
7171
shell: sh
7272
experimental: false
73-
helm-version: v3.19.0-rc.1
73+
helm-version: v3.19.0
7474

7575
steps:
7676
- name: Disable autocrlf
@@ -109,7 +109,7 @@ jobs:
109109
# That's why we cover only 2 Helm minor versions in this matrix.
110110
# See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context.
111111
- helm-version: v3.18.6
112-
- helm-version: v3.19.0-rc.1
112+
- helm-version: v3.19.0
113113
steps:
114114
- uses: engineerd/[email protected]
115115
with:

0 commit comments

Comments
 (0)