File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
pkg/operator/data/charts/redis Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM --platform=$BUILDPLATFORM golang:1.24.3 AS builder
2
+ FROM --platform=$BUILDPLATFORM golang:1.24.4 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change 1
1
module github.com/sap/redis-operator
2
2
3
- go 1.24.3
3
+ go 1.24.4
4
4
5
5
require (
6
6
github.com/Masterminds/sprig/v3 v3.3.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-20250603172439-8f791a22fb8a
25
+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250604165838-d6126d850224
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 @@ -282,6 +282,7 @@ sigs.k8s.io/controller-runtime v0.21.0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytI
282
282
sigs.k8s.io/controller-runtime v0.21.0 /go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM =
283
283
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250603172439-8f791a22fb8a h1:IDgL/v6yAjDxAS9pxslLJnE3cJ+gyUQbq0XNzxfR3qU =
284
284
sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250603172439-8f791a22fb8a /go.mod h1:zxemiV1fQ3IJnXX0VeOb6qbHp2Wtv3s1w+gftNeHWTg =
285
+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250604165838-d6126d850224 /go.mod h1:zxemiV1fQ3IJnXX0VeOb6qbHp2Wtv3s1w+gftNeHWTg =
285
286
sigs.k8s.io/controller-tools v0.18.0 h1:rGxGZCZTV2wJreeRgqVoWab/mfcumTMmSwKzoM9xrsE =
286
287
sigs.k8s.io/controller-tools v0.18.0 /go.mod h1:gLKoiGBriyNh+x1rWtUQnakUYEujErjXs9pf+x/8n1U =
287
288
sigs.k8s.io/gateway-api v1.1.0 h1:DsLDXCi6jR+Xz8/xd0Z1PYl2Pn0TyaFMOPPZIj4inDM =
Original file line number Diff line number Diff line change @@ -2111,7 +2111,7 @@ kubectl:
2111
2111
image :
2112
2112
registry : docker.io
2113
2113
repository : bitnami/kubectl
2114
- tag : 1.33.1-debian-12-r3
2114
+ tag : 1.33.1-debian-12-r4
2115
2115
digest : " "
2116
2116
# # Specify a imagePullPolicy
2117
2117
# # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
You can’t perform that action at this time.
0 commit comments