File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.54.2-2513
105105 registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2513
106106 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
108108 registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2513
109109 registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2513
110110 registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.4-2513
@@ -138,7 +138,7 @@ jobs:
138138 --env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2513' \
139139 --env 'RELATED_IMAGE_POSTGRES_16_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2513' \
140140 --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' \
142142 --env 'RELATED_IMAGE_POSTGRES_17_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.4-2513' \
143143 --env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.1-2513' \
144144 --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
229229generate-kuttl : export KUTTL_PG_UPGRADE_TO_VERSION ?= 17
230230generate-kuttl : export KUTTL_PG_VERSION ?= 16
231231generate-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
233233generate-kuttl : export KUTTL_TEST_DELETE_NAMESPACE ?= kuttl-test-delete-namespace
234234generate-kuttl : # # Generate kuttl tests
235235 [ ! -d testing/kuttl/e2e-generated ] || rm -r testing/kuttl/e2e-generated
You can’t perform that action at this time.
0 commit comments