@@ -15,18 +15,11 @@ rules:
15
15
- serviceaccounts
16
16
- rolebindings
17
17
verbs:
18
- - bind
19
- - escalate
20
- - impersonate
21
- - userextras
22
18
- create
23
19
- get
24
- - list
25
- - watch
26
20
- update
27
21
- patch
28
22
- delete
29
- - deletecollection
30
23
- apiGroups:
31
24
- app.redislabs.com
32
25
resources:
44
37
- redisenterpriseactiveactivedatabases/finalizers
45
38
verbs:
46
39
- delete
47
- - deletecollection
48
40
- get
49
41
- list
50
42
- patch
@@ -58,17 +50,11 @@ rules:
58
50
verbs:
59
51
- update
60
52
- get
61
- - read
62
- - list
63
- - listallnamespaces
64
- - watch
65
- - watchlist
66
- - watchlistallnamespaces
67
53
- create
68
54
- patch
69
- - replace
70
55
- delete
71
- - deletecollection
56
+ - list
57
+ - watch
72
58
- apiGroups:
73
59
- ""
74
60
resources:
@@ -93,11 +79,10 @@ rules:
93
79
verbs:
94
80
- create
95
81
- delete
96
- - deletecollection
97
82
- get
98
- - list
99
83
- patch
100
84
- update
85
+ - list
101
86
- watch
102
87
- apiGroups:
103
88
- policy
@@ -118,8 +103,8 @@ rules:
118
103
- delete
119
104
- get
120
105
- update
121
- - list
122
106
- watch
107
+ - list
123
108
- apiGroups:
124
109
- ""
125
110
resources:
@@ -137,23 +122,23 @@ rules:
137
122
- pods
138
123
verbs:
139
124
- get
140
- - watch
141
125
- list
142
126
- update
143
127
- patch
144
128
- delete
129
+ - watch
145
130
- apiGroups:
146
131
- ""
147
132
resources:
148
133
- services
149
134
verbs:
150
135
- get
151
- - watch
152
136
- list
153
137
- update
154
138
- patch
155
139
- create
156
140
- delete
141
+ - watch
157
142
- apiGroups:
158
143
- policy
159
144
resourceNames:
@@ -169,32 +154,24 @@ rules:
169
154
verbs:
170
155
- create
171
156
- patch
172
- - replace
173
157
- delete
174
- - deletecollection
175
- - read
176
158
- list
177
- - listallnamespaces
178
- - watch
179
- - watchlist
180
- - watchlistallnamespaces
181
- - patchstatus
182
- - readstatus
183
- - replacestatus
184
159
- update
160
+ - get
161
+ - watch
185
162
- apiGroups:
186
163
- networking.istio.io
187
164
resources:
188
165
- gateways
189
166
- virtualservices
190
167
verbs:
191
168
- get
192
- - watch
193
169
- list
194
170
- update
195
171
- patch
196
172
- create
197
173
- delete
174
+ - watch
198
175
---
199
176
---
200
177
apiVersion: rbac.authorization.k8s.io/v1
@@ -3930,6 +3907,21 @@ spec:
3930
3907
setting its value shall have no effect. Please view the corresponding
3931
3908
field in RS doc for more info.
3932
3909
type: boolean
3910
+ backup:
3911
+ description: Cluster-wide backup configurations
3912
+ properties:
3913
+ s3:
3914
+ description: Configurations for backups to s3 and s3-compatible
3915
+ storage
3916
+ properties:
3917
+ caCertificateSecretName:
3918
+ description: Secret name that holds the S3 CA certificate, which contains the TLS certificate mapped to the key in the secret 'cert'
3919
+ type: string
3920
+ url:
3921
+ description: Specifies the URL for S3 export and import
3922
+ type: string
3923
+ type: object
3924
+ type: object
3933
3925
serviceAccountName:
3934
3926
description: Name of the service account to use
3935
3927
type: string
@@ -11196,6 +11188,16 @@ spec:
11196
11188
type: string
11197
11189
resp3Default:
11198
11190
type: boolean
11191
+ backup:
11192
+ properties:
11193
+ s3:
11194
+ properties:
11195
+ caCertificateSecretName:
11196
+ type: string
11197
+ url:
11198
+ type: string
11199
+ type: object
11200
+ type: object
11199
11201
serviceAccountName:
11200
11202
type: string
11201
11203
servicesRiggerSpec:
@@ -16530,7 +16532,7 @@ spec:
16530
16532
- name
16531
16533
type: object
16532
16534
redisVersion:
16533
- description: Redis OSS version.
16535
+ description: Redis OSS version.
16534
16536
Version can be specified via <major.minor> prefix,
16535
16537
or via channels - for existing databases - Upgrade
16536
16538
Redis OSS version. For new databases - the version which the
@@ -16719,7 +16721,7 @@ spec:
16719
16721
- configMapRef:
16720
16722
name: "operator-environment-config"
16721
16723
optional: true
16722
- image: redislabs/operator:7.4.2-12
16724
+ image: redislabs/operator:7.4.6-2
16723
16725
imagePullPolicy: Always
16724
16726
livenessProbe:
16725
16727
failureThreshold: 3
@@ -16767,7 +16769,7 @@ spec:
16767
16769
- configMapRef:
16768
16770
name: "operator-environment-config"
16769
16771
optional: true
16770
- image: redislabs/operator:7.4.2-12
16772
+ image: redislabs/operator:7.4.6-2
16771
16773
imagePullPolicy: Always
16772
16774
livenessProbe:
16773
16775
failureThreshold: 3
0 commit comments