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
4
4
5
5
require (
6
6
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
8
8
github.com/google/uuid v1.6.0
9
9
github.com/onsi/ginkgo/v2 v2.23.4
10
10
github.com/onsi/gomega v1.37.0
@@ -22,7 +22,7 @@ require (
22
22
k8s.io/code-generator v0.33.1
23
23
k8s.io/kube-aggregator v0.33.1
24
24
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
26
26
sigs.k8s.io/controller-tools v0.18.0
27
27
sigs.k8s.io/yaml v1.4.0
28
28
)
Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ github.com/bsm/gomega v1.27.10 h1:yeMWxP2pV2fG3FgAODIY8EiRE3dy0aeFYt4l7wh6yKA=
18
18
github.com/bsm/gomega v1.27.10 /go.mod h1:JyEr/xRbxbtgWNi8tIEVPUYZ5Dzef52k01W3YH0H+O0 =
19
19
github.com/cert-manager/cert-manager v1.17.0 h1:ba7K/WLzcTCFzB+5fQiwD4LAqaRc0c+KwKCD9KqHPSg =
20
20
github.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 =
21
23
github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UFvs =
22
24
github.com/cespare/xxhash/v2 v2.3.0 /go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs =
23
25
github.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
282
284
sigs.k8s.io/controller-runtime v0.21.0 /go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM =
283
285
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250205173218-2e8ba92873fd h1:FxJIoYhS7mC1Tl0C60vyh/6ukYrKTcMKSHtHhVlq8KE =
284
286
sigs.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 =
285
288
sigs.k8s.io/controller-tools v0.18.0 h1:rGxGZCZTV2wJreeRgqVoWab/mfcumTMmSwKzoM9xrsE =
286
289
sigs.k8s.io/controller-tools v0.18.0 /go.mod h1:gLKoiGBriyNh+x1rWtUQnakUYEujErjXs9pf+x/8n1U =
287
290
sigs.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:
2055
2055
image :
2056
2056
registry : docker.io
2057
2057
repository : bitnami/os-shell
2058
- tag : 12-debian-12-r36
2058
+ tag : 12-debian-12-r46
2059
2059
digest : " "
2060
2060
pullPolicy : IfNotPresent
2061
2061
# # Optionally specify an array of imagePullSecrets.
@@ -2111,7 +2111,7 @@ kubectl:
2111
2111
image :
2112
2112
registry : docker.io
2113
2113
repository : bitnami/kubectl
2114
- tag : 1.33.0 -debian-12-r0
2114
+ tag : 1.33.1 -debian-12-r3
2115
2115
digest : " "
2116
2116
# # Specify a imagePullPolicy
2117
2117
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2181,7 +2181,7 @@ sysctl:
2181
2181
image :
2182
2182
registry : docker.io
2183
2183
repository : bitnami/os-shell
2184
- tag : 12-debian-12-r36
2184
+ tag : 12-debian-12-r46
2185
2185
digest : " "
2186
2186
pullPolicy : IfNotPresent
2187
2187
# # Optionally specify an array of imagePullSecrets.
You can’t perform that action at this time.
0 commit comments