File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,7 @@ jobs:
107107 registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.4-2534
108108 registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.6-2534
109109 registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.4-2534
110+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.5-2534
110111
111112 - name : Get pgMonitor files.
112113 run : make get-pgmonitor
@@ -135,6 +136,7 @@ jobs:
135136 --env 'RELATED_IMAGE_POSTGRES_16_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.4-2534' \
136137 --env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2534' \
137138 --env 'RELATED_IMAGE_POSTGRES_17_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.4-2534' \
139+ --env 'RELATED_IMAGE_POSTGRES_17_GIS_3.5=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.5-2534' \
138140 --env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.2-2534' \
139141 --env 'RELATED_IMAGE_COLLECTOR=registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.3-0' \
140142 --env 'PGO_FEATURE_GATES=TablespaceVolumes=true,OpenTelemetryLogs=true,OpenTelemetryMetrics=true' \
Original file line number Diff line number Diff line change 3030 value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.10-3.4-2534"
3131 - name : RELATED_IMAGE_POSTGRES_17
3232 value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-17.6-2534"
33+ - name : RELATED_IMAGE_POSTGRES_17_GIS_3.4
34+ value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.4-2534"
3335 - name : RELATED_IMAGE_POSTGRES_17_GIS_3.5
3436 value : " registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.6-3.5-2534"
3537 - name : RELATED_IMAGE_PGBACKREST
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: PostgresCluster
33metadata :
44 name : hippo
55spec :
6- postgresVersion : 16
6+ postgresVersion : 17
77 instances :
88 - name : instance1
99 dataVolumeClaimSpec :
You can’t perform that action at this time.
0 commit comments