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 11# Build the manager binary
2- FROM --platform=$BUILDPLATFORM golang:1.24.3 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.24.4 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change 11module github.com/sap/redis-operator
22
3- go 1.24.3
3+ go 1.24.4
44
55require (
66 github.com/Masterminds/sprig/v3 v3.3.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-20250603172439-8f791a22fb8a
25+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250604165838-d6126d850224
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 @@ -282,6 +282,7 @@ sigs.k8s.io/controller-runtime v0.21.0 h1:CYfjpEuicjUecRk+KAeyYh+ouUBn4llGyDYytI
282282sigs.k8s.io/controller-runtime v0.21.0 /go.mod h1:OSg14+F65eWqIu4DceX7k/+QRAbTTvxeQSNSOQpukWM =
283283sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250603172439-8f791a22fb8a h1:IDgL/v6yAjDxAS9pxslLJnE3cJ+gyUQbq0XNzxfR3qU =
284284sigs.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 =
285286sigs.k8s.io/controller-tools v0.18.0 h1:rGxGZCZTV2wJreeRgqVoWab/mfcumTMmSwKzoM9xrsE =
286287sigs.k8s.io/controller-tools v0.18.0 /go.mod h1:gLKoiGBriyNh+x1rWtUQnakUYEujErjXs9pf+x/8n1U =
287288sigs.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:
21112111 image :
21122112 registry : docker.io
21132113 repository : bitnami/kubectl
2114- tag : 1.33.1-debian-12-r3
2114+ tag : 1.33.1-debian-12-r4
21152115 digest : " "
21162116 # # Specify a imagePullPolicy
21172117 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
You can’t perform that action at this time.
0 commit comments