Skip to content

Commit 7eaae86

Browse files
committed
e2e test use the K8SPG-708-ppg image for now
1 parent 27d6db0 commit 7eaae86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e-tests/vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export IMAGE_BASE=${IMAGE_BASE:-"perconalab/percona-postgresql-operator"}
1616
export IMAGE=${IMAGE:-"${IMAGE_BASE}:${VERSION}"}
1717
export PG_VER="${PG_VER:-17}"
1818
export IMAGE_PGBOUNCER=${IMAGE_PGBOUNCER:-"${IMAGE_BASE}:main-pgbouncer$PG_VER"}
19-
export IMAGE_POSTGRESQL=${IMAGE_POSTGRESQL:-"${IMAGE_BASE}:main-ppg$PG_VER-postgres"}
19+
export IMAGE_POSTGRESQL=${IMAGE_POSTGRESQL:-"${IMAGE_BASE}:K8SPG-708-ppg$PG_VER-postgres"}
2020
export IMAGE_BACKREST=${IMAGE_BACKREST:-"${IMAGE_BASE}:main-pgbackrest$PG_VER"}
2121
export IMAGE_UPGRADE=${IMAGE_UPGRADE:-"${IMAGE_BASE}:main-upgrade"}
2222
export BUCKET=${BUCKET:-"pg-operator-testing"}

0 commit comments

Comments
 (0)