File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed
pkg/operator/data/charts/redis Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -11,18 +11,18 @@ 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.67
15
+ github.com/sap/component-operator-runtime v0.3.106
16
+ github.com/sap/go-generics v0.2.34
17
17
golang.org/x/mod v0.24.0
18
- k8s.io/api v0.33.1
19
- k8s.io/apiextensions-apiserver v0.33.1
20
- k8s.io/apimachinery v0.33.1
21
- k8s.io/client-go v0.33.1
22
- k8s.io/code-generator v0.33.1
23
- k8s.io/kube-aggregator v0.33.1
18
+ k8s.io/api v0.33.4
19
+ k8s.io/apiextensions-apiserver v0.33.4
20
+ k8s.io/apimachinery v0.33.4
21
+ k8s.io/client-go v0.33.4
22
+ k8s.io/code-generator v0.33.4
23
+ k8s.io/kube-aggregator v0.33.4
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 c7df6d0236ed
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-r50
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-r50
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