File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
pkg/operator/data/charts/redis Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Build the manager binary
2
- FROM --platform=$BUILDPLATFORM golang:1.25.0 AS builder
2
+ FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
3
3
ARG TARGETOS
4
4
ARG TARGETARCH
5
5
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ require (
11
11
github.com/pkg/errors v0.9.1
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
- github.com/sap/admission-webhook-runtime v0.1.66
15
- github.com/sap/component-operator-runtime v0.3.101
16
- github.com/sap/go-generics v0.2.32
14
+ github.com/sap/admission-webhook-runtime v0.1.69
15
+ github.com/sap/component-operator-runtime v0.3.110
16
+ github.com/sap/go-generics v0.2.38
17
17
golang.org/x/mod v0.24.0
18
18
k8s.io/api v0.33.1
19
19
k8s.io/apiextensions-apiserver 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 4ecd14c3d032
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 @@ -2055,7 +2055,7 @@ volumePermissions:
2055
2055
image :
2056
2056
registry : docker.io
2057
2057
repository : bitnami/os-shell
2058
- tag : 12-debian-12-r46
2058
+ tag : 12-debian-12-r51
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.1 -debian-12-r3
2114
+ tag : 1.33.4 -debian-12-r0
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-r46
2184
+ tag : 12-debian-12-r51
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