@@ -103,8 +103,8 @@ Feature: Support a number of existing operator-backed services out of the box
103
103
metadata:
104
104
name: hippo
105
105
spec:
106
- image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13 .4-1
107
- postgresVersion: 13
106
+ image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14 .4-0
107
+ postgresVersion: 14
108
108
instances:
109
109
- name: instance1
110
110
dataVolumeClaimSpec:
@@ -115,7 +115,7 @@ Feature: Support a number of existing operator-backed services out of the box
115
115
storage: 1Gi
116
116
backups:
117
117
pgbackrest:
118
- image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8 -2.35-0
118
+ image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8 -2.38-2
119
119
repos:
120
120
- name: repo1
121
121
volume:
@@ -178,20 +178,20 @@ Feature: Support a number of existing operator-backed services out of the box
178
178
* Generic test application is running
179
179
* The Custom Resource is present
180
180
"""
181
- apiVersion: pxc.percona.com/v1-10-0
181
+ apiVersion: pxc.percona.com/v1
182
182
kind: PerconaXtraDBCluster
183
183
metadata:
184
184
name: minimal-cluster
185
185
spec:
186
- crVersion: 1.10 .0
186
+ crVersion: 1.11 .0
187
187
secretsName: minimal-cluster-secrets
188
188
allowUnsafeConfigurations: true
189
189
upgradeOptions:
190
190
apply: 8.0-recommended
191
191
schedule: "0 4 * * *"
192
192
pxc:
193
193
size: 1
194
- image: percona/percona-xtradb-cluster:8.0.23-14 .1
194
+ image: percona/percona-xtradb-cluster:8.0.27-18 .1
195
195
volumeSpec:
196
196
persistentVolumeClaim:
197
197
resources:
@@ -200,10 +200,10 @@ Feature: Support a number of existing operator-backed services out of the box
200
200
haproxy:
201
201
enabled: true
202
202
size: 1
203
- image: perconalab /percona-xtradb-cluster-operator:main -haproxy
203
+ image: percona /percona-xtradb-cluster-operator:1.11.0 -haproxy
204
204
logcollector:
205
205
enabled: true
206
- image: perconalab /percona-xtradb-cluster-operator:main -logcollector
206
+ image: percona /percona-xtradb-cluster-operator:1.11.0 -logcollector
207
207
"""
208
208
* Condition ready=True for PerconaXtraDBCluster/minimal-cluster resource is met
209
209
When Service Binding is applied
@@ -215,7 +215,7 @@ Feature: Support a number of existing operator-backed services out of the box
215
215
spec:
216
216
services:
217
217
- group: pxc.percona.com
218
- version: v1-10-0
218
+ version: v1
219
219
kind: PerconaXtraDBCluster
220
220
name: minimal-cluster
221
221
application:
@@ -225,7 +225,7 @@ Feature: Support a number of existing operator-backed services out of the box
225
225
resource: deployments
226
226
"""
227
227
Then Service Binding is ready
228
- And Kind PerconaXtraDBCluster with apiVersion pxc.percona.com/v1-10-0 is listed in bindable kinds
228
+ And Kind PerconaXtraDBCluster with apiVersion pxc.percona.com/v1 is listed in bindable kinds
229
229
And Content of file "/bindings/$scenario_id/type" in application pod is
230
230
"""
231
231
mysql
@@ -249,25 +249,26 @@ Feature: Support a number of existing operator-backed services out of the box
249
249
And File "/bindings/$scenario_id/password" exists in application pod
250
250
And Application can connect to the projected MySQL database
251
251
252
+ @disable-github-actions
252
253
Scenario : Bind test application to Mysql provisioned by Percona Mysql operator
253
254
Given Percona Mysql operator is running
254
255
* Generic test application is running
255
256
* The Custom Resource is present
256
257
"""
257
- apiVersion: pxc.percona.com/v1-10-0
258
+ apiVersion: pxc.percona.com/v1
258
259
kind: PerconaXtraDBCluster
259
260
metadata:
260
261
name: minimal-cluster
261
262
spec:
262
- crVersion: 1.10 .0
263
+ crVersion: 1.11 .0
263
264
secretsName: minimal-cluster-secrets
264
265
allowUnsafeConfigurations: true
265
266
upgradeOptions:
266
267
apply: 8.0-recommended
267
268
schedule: "0 4 * * *"
268
269
pxc:
269
270
size: 1
270
- image: percona/percona-xtradb-cluster:8.0.23-14 .1
271
+ image: percona/percona-xtradb-cluster:8.0.27-18 .1
271
272
volumeSpec:
272
273
persistentVolumeClaim:
273
274
resources:
@@ -276,10 +277,10 @@ Feature: Support a number of existing operator-backed services out of the box
276
277
haproxy:
277
278
enabled: true
278
279
size: 1
279
- image: perconalab /percona-xtradb-cluster-operator:main -haproxy
280
+ image: percona /percona-xtradb-cluster-operator:1.11.0 -haproxy
280
281
logcollector:
281
282
enabled: true
282
- image: perconalab /percona-xtradb-cluster-operator:main -logcollector
283
+ image: percona /percona-xtradb-cluster-operator:1.11.0 -logcollector
283
284
"""
284
285
When Service Binding is applied
285
286
"""
@@ -290,7 +291,7 @@ Feature: Support a number of existing operator-backed services out of the box
290
291
spec:
291
292
services:
292
293
- group: pxc.percona.com
293
- version: v1-10-0
294
+ version: v1
294
295
kind: PerconaXtraDBCluster
295
296
name: minimal-cluster
296
297
application:
@@ -300,7 +301,7 @@ Feature: Support a number of existing operator-backed services out of the box
300
301
resource: deployments
301
302
"""
302
303
Then Service Binding is ready
303
- And Kind PerconaXtraDBCluster with apiVersion pxc.percona.com/v1-10-0 is listed in bindable kinds
304
+ And Kind PerconaXtraDBCluster with apiVersion pxc.percona.com/v1 is listed in bindable kinds
304
305
And Content of file "/bindings/$scenario_id/type" in application pod is
305
306
"""
306
307
mysql
@@ -503,4 +504,4 @@ Feature: Support a number of existing operator-backed services out of the box
503
504
And Content of file "/bindings/$scenario_id/host" in application pod is
504
505
"""
505
506
mongo-cluster-rs0.$NAMESPACE.svc.cluster.local
506
- """
507
+ """
0 commit comments