File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff 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.0 , v3.17.3 ]
46+ helm-version : [ v3.18.1 , v3.17.3 ]
4747 include :
4848 - os : windows-latest
4949 shell : wsl
5050 experimental : false
51- helm-version : v3.18.0
51+ helm-version : v3.18.1
5252 - os : windows-latest
5353 shell : cygwin
5454 experimental : false
55- helm-version : v3.18.0
55+ helm-version : v3.18.1
5656 - os : ubuntu-latest
5757 container : alpine
5858 shell : sh
5959 experimental : false
60- helm-version : v3.18.0
60+ helm-version : v3.18.1
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.0
113+ - helm-version : v3.18.1
114114 - helm-version : v3.17.3
115115 steps :
116116 -
uses :
engineerd/[email protected]
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.32.0
1919 gopkg.in/yaml.v2 v2.4.0
20- helm.sh/helm/v3 v3.18.0
20+ helm.sh/helm/v3 v3.18.1
2121 k8s.io/api v0.33.1
2222 k8s.io/apiextensions-apiserver v0.33.1
2323 k8s.io/apimachinery v0.33.1
Original file line number Diff line number Diff line change @@ -447,8 +447,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
447447gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
448448gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
449449gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
450- helm.sh/helm/v3 v3.18.0 h1:ItOAm3Quo0dus3NUHjs+lluqWWEIO7xrSW+zKWCrvlw =
451- helm.sh/helm/v3 v3.18.0 /go.mod h1:43QHS1W97RcoFJRk36ZBhHdTfykqBlJdsWp3yhzdq8w =
450+ helm.sh/helm/v3 v3.18.1 h1:qLhXmtqXOHQb0Xv9HJolOLlah8RWbgyzt50xrtTWAlg =
451+ helm.sh/helm/v3 v3.18.1 /go.mod h1:43QHS1W97RcoFJRk36ZBhHdTfykqBlJdsWp3yhzdq8w =
452452k8s.io/api v0.33.1 h1:tA6Cf3bHnLIrUK4IqEgb2v++/GYUtqiu9sRVk3iBXyw =
453453k8s.io/api v0.33.1 /go.mod h1:87esjTn9DRSRTD4fWMXamiXxJhpOIREjWOSjsW1kEHw =
454454k8s.io/apiextensions-apiserver v0.33.1 h1:N7ccbSlRN6I2QBcXevB73PixX2dQNIW0ZRuguEE91zI =
You can’t perform that action at this time.
0 commit comments