File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -43,34 +43,34 @@ jobs:
43
43
os : [ubuntu-latest, macos-latest, windows-latest]
44
44
shell : [ default ]
45
45
experimental : [ false ]
46
- helm-version : [ v3.17.2 , v3.16.4 ]
46
+ helm-version : [ v3.17.3 , v3.18.0-rc.1 ]
47
47
include :
48
48
- os : windows-latest
49
49
shell : wsl
50
50
experimental : false
51
- helm-version : v3.17.2
51
+ helm-version : v3.17.3
52
52
- os : windows-latest
53
53
shell : cygwin
54
54
experimental : false
55
- helm-version : v3.17.2
55
+ helm-version : v3.17.3
56
56
- os : ubuntu-latest
57
57
container : alpine
58
58
shell : sh
59
59
experimental : false
60
- helm-version : v3.17.2
60
+ helm-version : v3.17.3
61
61
- os : windows-latest
62
62
shell : wsl
63
63
experimental : false
64
- helm-version : v3.16.4
64
+ helm-version : v3.18.0-rc.1
65
65
- os : windows-latest
66
66
shell : cygwin
67
67
experimental : false
68
- helm-version : v3.16.4
68
+ helm-version : v3.18.0-rc.1
69
69
- os : ubuntu-latest
70
70
container : alpine
71
71
shell : sh
72
72
experimental : false
73
- helm-version : v3.16.4
73
+ helm-version : v3.18.0-rc.1
74
74
75
75
steps :
76
76
- name : Disable autocrlf
@@ -110,8 +110,8 @@ jobs:
110
110
# Helm maintains the latest minor version only and therefore each Helmfile version supports 2 Helm minor versions.
111
111
# That's why we cover only 2 Helm minor versions in this matrix.
112
112
# See https://github.com/helmfile/helmfile/pull/286#issuecomment-1250161182 for more context.
113
- - helm-version : v3.17.2
114
- - helm-version : v3.16.4
113
+ - helm-version : v3.17.3
114
+ - helm-version : v3.18.0-rc.1
115
115
steps :
116
116
-
uses :
engineerd/[email protected]
117
117
with :
You can’t perform that action at this time.
0 commit comments