File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -43,34 +43,34 @@ jobs:
4343 os : [ubuntu-latest, macos-latest, windows-latest]
4444 shell : [ default ]
4545 experimental : [ false ]
46- helm-version : [ v3.17.2 , v3.16.4 ]
46+ helm-version : [ v3.17.3 , v3.18.0-rc.1 ]
4747 include :
4848 - os : windows-latest
4949 shell : wsl
5050 experimental : false
51- helm-version : v3.17.2
51+ helm-version : v3.17.3
5252 - os : windows-latest
5353 shell : cygwin
5454 experimental : false
55- helm-version : v3.17.2
55+ helm-version : v3.17.3
5656 - os : ubuntu-latest
5757 container : alpine
5858 shell : sh
5959 experimental : false
60- helm-version : v3.17.2
60+ helm-version : v3.17.3
6161 - os : windows-latest
6262 shell : wsl
6363 experimental : false
64- helm-version : v3.16.4
64+ helm-version : v3.18.0-rc.1
6565 - os : windows-latest
6666 shell : cygwin
6767 experimental : false
68- helm-version : v3.16.4
68+ helm-version : v3.18.0-rc.1
6969 - os : ubuntu-latest
7070 container : alpine
7171 shell : sh
7272 experimental : false
73- helm-version : v3.16.4
73+ helm-version : v3.18.0-rc.1
7474
7575 steps :
7676 - name : Disable autocrlf
@@ -110,8 +110,8 @@ 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.17.2
114- - helm-version : v3.16.4
113+ - helm-version : v3.17.3
114+ - helm-version : v3.18.0-rc.1
115115 steps :
116116 -
uses :
engineerd/[email protected] 117117 with :
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ require (
1717 github.com/stretchr/testify v1.10.0
1818 golang.org/x/term v0.30.0
1919 gopkg.in/yaml.v2 v2.4.0
20- helm.sh/helm/v3 v3.17.2
20+ helm.sh/helm/v3 v3.17.3
2121 k8s.io/api v0.32.3
2222 k8s.io/apiextensions-apiserver v0.32.3
2323 k8s.io/apimachinery v0.32.3
Original file line number Diff line number Diff line change @@ -483,8 +483,8 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
483483gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
484484gotest.tools/v3 v3.4.0 h1:ZazjZUfuVeZGLAmlKKuyv3IKP5orXcwtOwDQH6YVr6o =
485485gotest.tools/v3 v3.4.0 /go.mod h1:CtbdzLSsqVhDgMtKsx03ird5YTGB3ar27v0u/yKBW5g =
486- helm.sh/helm/v3 v3.17.2 h1:agYQ5ew2jq5vdx2K7q5W44KyKQrnSubUMCQsjkiv3/o =
487- helm.sh/helm/v3 v3.17.2 /go.mod h1:+uJKMH/UiMzZQOALR3XUf3BLIoczI2RKKD6bMhPh4G8 =
486+ helm.sh/helm/v3 v3.17.3 h1:3n5rW3D0ArjFl0p4/oWO8IbY/HKaNNwJtOQFdH2AZHg =
487+ helm.sh/helm/v3 v3.17.3 /go.mod h1:+uJKMH/UiMzZQOALR3XUf3BLIoczI2RKKD6bMhPh4G8 =
488488k8s.io/api v0.32.3 h1:Hw7KqxRusq+6QSplE3NYG4MBxZw1BZnq4aP4cJVINls =
489489k8s.io/api v0.32.3 /go.mod h1:2wEDTXADtm/HA7CCMD8D8bK4yuBUptzaRhYcYEEYA3k =
490490k8s.io/apiextensions-apiserver v0.32.3 h1:4D8vy+9GWerlErCwVIbcQjsWunF9SUGNu7O7hiQTyPY =
You can’t perform that action at this time.
0 commit comments