Skip to content

Commit ef1db19

Browse files
committed
e2e test use the K8SPG-708-ppg image for now
1 parent 4c131ee commit ef1db19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: e2e-tests/vars.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export IMAGE_BASE=${IMAGE_BASE:-"perconalab/percona-postgresql-operator"}
1414
export IMAGE=${IMAGE:-"${IMAGE_BASE}:${VERSION}"}
1515
export PG_VER="${PG_VER:-16}"
1616
export IMAGE_PGBOUNCER=${IMAGE_PGBOUNCER:-"${IMAGE_BASE}:main-ppg$PG_VER-pgbouncer"}
17-
export IMAGE_POSTGRESQL=${IMAGE_POSTGRESQL:-"${IMAGE_BASE}:main-ppg$PG_VER-postgres"}
17+
export IMAGE_POSTGRESQL=${IMAGE_POSTGRESQL:-"${IMAGE_BASE}:K8SPG-708-ppg$PG_VER-postgres"}
1818
export IMAGE_BACKREST=${IMAGE_BACKREST:-"${IMAGE_BASE}:main-ppg$PG_VER-pgbackrest"}
1919
export IMAGE_UPGRADE=${IMAGE_UPGRADE:-"${IMAGE_BASE}:main-upgrade"}
2020
export BUCKET=${BUCKET:-"pg-operator-testing"}

0 commit comments

Comments
 (0)