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 11# Build the manager binary
2- FROM --platform=$BUILDPLATFORM golang:1.25.0 AS builder
2+ FROM --platform=$BUILDPLATFORM golang:1.25.1 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ require (
1111 github.com/pkg/errors v0.9.1
1212 github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.83.0
1313 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.111
16+ github.com/sap/go-generics v0.2.38
1717 golang.org/x/mod v0.24.0
1818 k8s.io/api v0.33.1
1919 k8s.io/apiextensions-apiserver 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 585315243517
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 @@ -2055,7 +2055,7 @@ volumePermissions:
20552055 image :
20562056 registry : docker.io
20572057 repository : bitnami/os-shell
2058- tag : 12-debian-12-r46
2058+ tag : 12-debian-12-r51
20592059 digest : " "
20602060 pullPolicy : IfNotPresent
20612061 # # Optionally specify an array of imagePullSecrets.
@@ -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.4 -debian-12-r0
21152115 digest : " "
21162116 # # Specify a imagePullPolicy
21172117 # # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -2181,7 +2181,7 @@ sysctl:
21812181 image :
21822182 registry : docker.io
21832183 repository : bitnami/os-shell
2184- tag : 12-debian-12-r46
2184+ tag : 12-debian-12-r51
21852185 digest : " "
21862186 pullPolicy : IfNotPresent
21872187 # # Optionally specify an array of imagePullSecrets.
You can’t perform that action at this time.
0 commit comments