@@ -15,18 +15,11 @@ rules:
1515 - serviceaccounts
1616 - rolebindings
1717 verbs:
18- - bind
19- - escalate
20- - impersonate
21- - userextras
2218 - create
2319 - get
24- - list
25- - watch
2620 - update
2721 - patch
2822 - delete
29- - deletecollection
3023 - apiGroups:
3124 - app.redislabs.com
3225 resources:
4437 - redisenterpriseactiveactivedatabases/finalizers
4538 verbs:
4639 - delete
47- - deletecollection
4840 - get
4941 - list
5042 - patch
@@ -58,17 +50,11 @@ rules:
5850 verbs:
5951 - update
6052 - get
61- - read
62- - list
63- - listallnamespaces
64- - watch
65- - watchlist
66- - watchlistallnamespaces
6753 - create
6854 - patch
69- - replace
7055 - delete
71- - deletecollection
56+ - list
57+ - watch
7258 - apiGroups:
7359 - ""
7460 resources:
@@ -93,11 +79,10 @@ rules:
9379 verbs:
9480 - create
9581 - delete
96- - deletecollection
9782 - get
98- - list
9983 - patch
10084 - update
85+ - list
10186 - watch
10287 - apiGroups:
10388 - policy
@@ -118,8 +103,8 @@ rules:
118103 - delete
119104 - get
120105 - update
121- - list
122106 - watch
107+ - list
123108 - apiGroups:
124109 - ""
125110 resources:
@@ -137,23 +122,23 @@ rules:
137122 - pods
138123 verbs:
139124 - get
140- - watch
141125 - list
142126 - update
143127 - patch
144128 - delete
129+ - watch
145130 - apiGroups:
146131 - ""
147132 resources:
148133 - services
149134 verbs:
150135 - get
151- - watch
152136 - list
153137 - update
154138 - patch
155139 - create
156140 - delete
141+ - watch
157142 - apiGroups:
158143 - policy
159144 resourceNames:
@@ -169,32 +154,24 @@ rules:
169154 verbs:
170155 - create
171156 - patch
172- - replace
173157 - delete
174- - deletecollection
175- - read
176158 - list
177- - listallnamespaces
178- - watch
179- - watchlist
180- - watchlistallnamespaces
181- - patchstatus
182- - readstatus
183- - replacestatus
184159 - update
160+ - get
161+ - watch
185162 - apiGroups:
186163 - networking.istio.io
187164 resources:
188165 - gateways
189166 - virtualservices
190167 verbs:
191168 - get
192- - watch
193169 - list
194170 - update
195171 - patch
196172 - create
197173 - delete
174+ - watch
198175---
199176---
200177apiVersion: rbac.authorization.k8s.io/v1
@@ -3930,6 +3907,21 @@ spec:
39303907 setting its value shall have no effect. Please view the corresponding
39313908 field in RS doc for more info.
39323909 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
39333925 serviceAccountName:
39343926 description: Name of the service account to use
39353927 type: string
@@ -11196,6 +11188,16 @@ spec:
1119611188 type: string
1119711189 resp3Default:
1119811190 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
1119911201 serviceAccountName:
1120011202 type: string
1120111203 servicesRiggerSpec:
@@ -16530,7 +16532,7 @@ spec:
1653016532 - name
1653116533 type: object
1653216534 redisVersion:
16533- description: Redis OSS version.
16535+ description: Redis OSS version.
1653416536 Version can be specified via <major.minor> prefix,
1653516537 or via channels - for existing databases - Upgrade
1653616538 Redis OSS version. For new databases - the version which the
@@ -16719,7 +16721,7 @@ spec:
1671916721 - configMapRef:
1672016722 name: "operator-environment-config"
1672116723 optional: true
16722- image: redislabs/operator:7.4.2-12
16724+ image: redislabs/operator:7.4.6-2
1672316725 imagePullPolicy: Always
1672416726 livenessProbe:
1672516727 failureThreshold: 3
@@ -16767,7 +16769,7 @@ spec:
1676716769 - configMapRef:
1676816770 name: "operator-environment-config"
1676916771 optional: true
16770- image: redislabs/operator:7.4.2-12
16772+ image: redislabs/operator:7.4.6-2
1677116773 imagePullPolicy: Always
1677216774 livenessProbe:
1677316775 failureThreshold: 3
0 commit comments