Skip to content

Commit ca136b8

Browse files
committed
fix upgrade-consistency test
1 parent 92c90f7 commit ca136b8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

e2e-tests/tests/upgrade-consistency/01-create-cluster.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ commands:
1111
get_cr \
1212
| yq eval '
1313
.spec.crVersion="2.5.0"' - \
14+
| yq eval ".spec.backups.pgbackrest.image=\"${IMAGE_BASE}:main-ppg$PG_VER-pgbackrest\"" - \
1415
| kubectl -n "${NAMESPACE}" apply -f -

e2e-tests/tests/upgrade-consistency/03-patch-cluster.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ commands:
1111
get_cr \
1212
| yq eval '
1313
.spec.crVersion="2.7.0"' - \
14+
| yq eval ".spec.backups.pgbackrest.image=\"$IMAGE_BACKREST\"" - \
1415
| kubectl -n "${NAMESPACE}" apply -f -
1516
1617
sleep 10

0 commit comments

Comments
 (0)