File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
pkg/operator/data/charts/redis Expand file tree Collapse file tree 4 files changed +8
-5
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
@@ -12,7 +12,7 @@ require (
1212 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.83.0
1313 github.com/redis/go-redis/v9 v9.9.0
1414 github.com/sap/admission-webhook-runtime v0.1.66
15- github.com/sap/component-operator-runtime v0.3.101
15+ github.com/sap/component-operator-runtime v0.3.104
1616 github.com/sap/go-generics v0.2.32
1717 golang.org/x/mod v0.24.0
1818 k8s.io/api v0.33.1
@@ -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-20250617041658-23e056266679
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 @@ -156,6 +156,8 @@ github.com/sap/admission-webhook-runtime v0.1.66 h1:Xk9hBlbMuENScOtly466v0l2PgCk
156156github.com/sap/admission-webhook-runtime v0.1.66 /go.mod h1:uNNGmb9LGTkVZVBNpOBqVTaU/e3xGB2xeNrpYS0sTGY =
157157github.com/sap/component-operator-runtime v0.3.101 h1:q86N8eZ/a1x5pXzdyRvSUiZ7648L4xp2izbbDWIdTYU =
158158github.com/sap/component-operator-runtime v0.3.101 /go.mod h1:DRDIRVuYw3l9f66gilUfkG1csZJP3UHvzG4sv+xHzkU =
159+ github.com/sap/component-operator-runtime v0.3.104 h1:lD/qFvSG0YnuKRKygimvSbvdcKbsEIcAqTCXwrahLUQ =
160+ github.com/sap/component-operator-runtime v0.3.104 /go.mod h1:tETOktfFkvtZovVeibvKMLJLAm32oYb5Li3tU7ThkPs =
159161github.com/sap/go-generics v0.2.32 h1:ip5J8BFUWxPJvtEdsjK9CrHgsGeqLtA3nYmIBOMtgJE =
160162github.com/sap/go-generics v0.2.32 /go.mod h1:sp7WNwGuu8dapfhzJIzugANpSq8D3H/YClbCl8fbPgQ =
161163github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
@@ -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-20250603172439-8f791a22fb8a h1:IDgL/v6yAjDxAS9pxslLJnE3cJ+gyUQbq0XNzxfR3qU =
284286sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250603172439-8f791a22fb8a /go.mod h1:zxemiV1fQ3IJnXX0VeOb6qbHp2Wtv3s1w+gftNeHWTg =
287+ sigs.k8s.io/controller-runtime/tools/setup-envtest v0.0.0-20250617041658-23e056266679 /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 @@ -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-r6
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