diff --git a/go.mod b/go.mod index ceffcff61887..de14338f492b 100644 --- a/go.mod +++ b/go.mod @@ -57,7 +57,7 @@ require ( golang.org/x/text v0.31.0 golang.org/x/tools v0.39.0 google.golang.org/grpc v1.77.0 - helm.sh/helm/v3 v3.19.2 + helm.sh/helm/v3 v3.19.3 modernc.org/sqlite v1.40.1 oras.land/oras-go/v2 v2.6.0 sigs.k8s.io/controller-runtime v0.22.4 diff --git a/go.sum b/go.sum index d4f49f31fefb..383989e65baa 100644 --- a/go.sum +++ b/go.sum @@ -812,8 +812,8 @@ gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA= gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -helm.sh/helm/v3 v3.19.2 h1:psQjaM8aIWrSVEly6PgYtLu/y6MRSmok4ERiGhZmtUY= -helm.sh/helm/v3 v3.19.2/go.mod h1:gX10tB5ErM+8fr7bglUUS/UfTOO8UUTYWIBH1IYNnpE= +helm.sh/helm/v3 v3.19.3 h1:cTOsZ7XfjD9c05mPKTC1FjRT4h2cKzszfD5aSa72GM8= +helm.sh/helm/v3 v3.19.3/go.mod h1:vup/q0mmu4G+YD2xr9qF5GhhWdoj+wm2gXWojk5jnks= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= k8s.io/api v0.34.2 h1:fsSUNZhV+bnL6Aqrp6O7lMTy6o5x2C4XLjnh//8SLYY= diff --git a/inttest/Makefile.variables b/inttest/Makefile.variables index f6efcba633ed..06d4c6125481 100644 --- a/inttest/Makefile.variables +++ b/inttest/Makefile.variables @@ -2,7 +2,7 @@ sonobuoy_version = 0.57.3 # renovate: datasource=github-releases depName=helm/helm -helm_version = 3.19.2 +helm_version = 3.19.3 smoketests := \ check-addons \