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 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
@@ -12,7 +12,7 @@ require (
12
12
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.83.0
13
13
github.com/redis/go-redis/v9 v9.9.0
14
14
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.103
16
16
github.com/sap/go-generics v0.2.32
17
17
golang.org/x/mod v0.24.0
18
18
k8s.io/api v0.33.1
@@ -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 @@ -156,6 +156,8 @@ github.com/sap/admission-webhook-runtime v0.1.66 h1:Xk9hBlbMuENScOtly466v0l2PgCk
156
156
github.com/sap/admission-webhook-runtime v0.1.66 /go.mod h1:uNNGmb9LGTkVZVBNpOBqVTaU/e3xGB2xeNrpYS0sTGY =
157
157
github.com/sap/component-operator-runtime v0.3.101 h1:q86N8eZ/a1x5pXzdyRvSUiZ7648L4xp2izbbDWIdTYU =
158
158
github.com/sap/component-operator-runtime v0.3.101 /go.mod h1:DRDIRVuYw3l9f66gilUfkG1csZJP3UHvzG4sv+xHzkU =
159
+ github.com/sap/component-operator-runtime v0.3.103 h1:iRCqD6I/3j5i+lRmjOdB+QHxtBf9kDjtkDN66zV/YVU =
160
+ github.com/sap/component-operator-runtime v0.3.103 /go.mod h1:tETOktfFkvtZovVeibvKMLJLAm32oYb5Li3tU7ThkPs =
159
161
github.com/sap/go-generics v0.2.32 h1:ip5J8BFUWxPJvtEdsjK9CrHgsGeqLtA3nYmIBOMtgJE =
160
162
github.com/sap/go-generics v0.2.32 /go.mod h1:sp7WNwGuu8dapfhzJIzugANpSq8D3H/YClbCl8fbPgQ =
161
163
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
@@ -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-20250603172439-8f791a22fb8a h1:IDgL/v6yAjDxAS9pxslLJnE3cJ+gyUQbq0XNzxfR3qU =
284
286
sigs.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-20250604165838-d6126d850224 /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 @@ -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-r5
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