File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
pkg/operator/data/charts/redis Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.3
44
55require (
66 github.com/Masterminds/sprig/v3 v3.3.0
7- github.com/cert-manager/cert-manager v1.17.0
7+ github.com/cert-manager/cert-manager v1.17.2
88 github.com/google/uuid v1.6.0
99 github.com/onsi/ginkgo/v2 v2.23.4
1010 github.com/onsi/gomega v1.37.0
@@ -22,7 +22,7 @@ require (
2222 k8s.io/code-generator v0.33.1
2323 k8s.io/kube-aggregator v0.33.1
2424 sigs.k8s.io/controller-runtime v0.21.0
25- sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250205173218-2e8ba92873fd
25+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250603172439-8f791a22fb8a
2626 sigs.k8s.io/controller-tools v0.18.0
2727 sigs.k8s.io/yaml v1.4.0
2828)
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
1818github.com/bsm/gomega v1.27.10 /go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0 =
1919github.com/cert-manager/cert-manager v1.17.0 h1:ba7K/WLzcTCFzB+5fQiwD4LAqaRc0c+KwKCD9KqHPSg =
2020github.com/cert-manager/cert-manager v1.17.0 /go.mod h1:zeG4D+AdzqA7hFMNpYCJgcQ2VOfFNBa+Jzm3kAwiDU4 =
21+ github.com/cert-manager/cert-manager v1.17.2 h1:QQYTEOsHf/Z3BFzKH2sIILHJwZA5Ut0LYZlHyNViupg =
22+ github.com/cert-manager/cert-manager v1.17.2 /go.mod h1:2TmjsTQF8GZqc8fgLhXWCfbA6YwWCUHKxerJNbFh9eU =
2123github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
2224github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
2325github.com/cpuguy83/go-md2man/v2 v2.0.6 /go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g =
@@ -282,6 +284,7 @@ sigs.k8s.io/controller-runtime v0.21.0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytI
282284sigs.k8s.io/controller-runtime v0.21.0 /go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM =
283285sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250205173218-2e8ba92873fd h1:FxJIoYhS7mC1Tl0C60vyh/6ukYrKTcMKSHtHhVlq8KE =
284286sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250205173218-2e8ba92873fd /go.mod h1:Cq9jUhwSYol5tNB0O/1vLYxNV9KqnhpvEa6HvJ1w0wY =
287+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250603172439-8f791a22fb8a /go.mod h1:zxemiV1fQ3IJnXX0VeOb6qbHp2Wtv3s1w+gftNeHWTg =
285288sigs.k8s.io/controller-tools v0.18.0 h1:rGxGZCZTV2wJreeRgqVoWab/mfcumTMmSwKzoM9xrsE =
286289sigs.k8s.io/controller-tools v0.18.0 /go.mod h1:gLKoiGBriyNh+x1rWtUQnakUYEujErjXs9pf+x/8n1U =
287290sigs.k8s.io/gateway-api v1.1.0 h1:DsLDXCi6jR+Xz8/xd0Z1PYl2Pn0TyaFMOPPZIj4inDM =
Original file line number Diff line number Diff line change @@ -2055,7 +2055,7 @@ volumePermissions:
20552055 image :
20562056 registry : docker.io
20572057 repository : bitnami/os-shell
2058- tag : 12-debian-12-r36
2058+ tag : 12-debian-12-r46
20592059 digest : " "
20602060 pullPolicy : IfNotPresent
20612061 # # Optionally specify an array of imagePullSecrets.
@@ -2111,7 +2111,7 @@ kubectl:
21112111 image :
21122112 registry : docker.io
21132113 repository : bitnami/kubectl
2114- tag : 1.33.0 -debian-12-r0
2114+ tag : 1.33.1 -debian-12-r3
21152115 digest : " "
21162116 # # Specify a imagePullPolicy
21172117 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2181,7 +2181,7 @@ sysctl:
21812181 image :
21822182 registry : docker.io
21832183 repository : bitnami/os-shell
2184- tag : 12-debian-12-r36
2184+ tag : 12-debian-12-r46
21852185 digest : " "
21862186 pullPolicy : IfNotPresent
21872187 # # Optionally specify an array of imagePullSecrets.
You can’t perform that action at this time.
0 commit comments