File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.54.2-2513
105
105
registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2513
106
106
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.16.0-2513
107
- registry.developers.crunchydata.com/crunchydata/crunchy-upgrade :ubi9-17.4-2513
107
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres :ubi9-17.4-2513
108
108
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2513
109
109
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2513
110
110
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.4-2513
@@ -138,7 +138,7 @@ jobs:
138
138
--env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2513' \
139
139
--env 'RELATED_IMAGE_POSTGRES_16_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2513' \
140
140
--env 'RELATED_IMAGE_POSTGRES_16_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.4-2513' \
141
- --env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-upgrade :ubi9-17.4-2513' \
141
+ --env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres :ubi9-17.4-2513' \
142
142
--env 'RELATED_IMAGE_POSTGRES_17_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.4-2513' \
143
143
--env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.1-2513' \
144
144
--env 'RELATED_IMAGE_COLLECTOR=registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.0-0' \
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ generate-kuttl: export KUTTL_PG_UPGRADE_FROM_VERSION ?= 16
229
229
generate-kuttl : export KUTTL_PG_UPGRADE_TO_VERSION ?= 17
230
230
generate-kuttl : export KUTTL_PG_VERSION ?= 16
231
231
generate-kuttl : export KUTTL_POSTGIS_VERSION ?= 3.4
232
- generate-kuttl : export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8 -2513
232
+ generate-kuttl : export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.4 -2513
233
233
generate-kuttl : export KUTTL_TEST_DELETE_NAMESPACE ?= kuttl-test-delete-namespace
234
234
generate-kuttl : # # Generate kuttl tests
235
235
[ ! -d testing/kuttl/e2e-generated ] || rm -r testing/kuttl/e2e-generated
You can’t perform that action at this time.
0 commit comments