@@ -102,7 +102,7 @@ jobs:
102102 prefetch-timeout : 5m
103103 prefetch-images : |
104104 registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.56.0-2547
105- registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7 -2547
105+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.15 -2547
106106 registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547
107107 registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2547
108108 registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2547
@@ -134,20 +134,14 @@ jobs:
134134 --env 'RELATED_IMAGE_PGEXPORTER=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.18.1-2547' \
135135 --env 'RELATED_IMAGE_PGUPGRADE=registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-18.1-2547' \
136136 --env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547' \
137- --env 'RELATED_IMAGE_POSTGRES_17 =registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.7 -2547' \
137+ --env 'RELATED_IMAGE_POSTGRES_15 =registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.15 -2547' \
138138 --env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.8-2547' \
139139 --env 'RELATED_IMAGE_COLLECTOR=registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.5-0' \
140140 --env 'PGO_FEATURE_GATES=TablespaceVolumes=true,OpenTelemetryLogs=true,OpenTelemetryMetrics=true' \
141141 --name 'postgres-operator' ubuntu \
142142 postgres-operator
143143
144144 - run : make generate-kuttl
145- env :
146- KUTTL_PG_UPGRADE_FROM_VERSION : ' 16'
147- KUTTL_PG_UPGRADE_TO_VERSION : ' 17'
148- KUTTL_PG_VERSION : ' 16'
149- KUTTL_POSTGIS_VERSION : ' 3.4'
150- KUTTL_PSQL_IMAGE : ' registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.11-2547'
151145 - run : |
152146 make check-kuttl && exit
153147 failed=$?
0 commit comments