67
67
with :
68
68
k3s-channel : " ${{ matrix.kubernetes }}"
69
69
prefetch-images : |
70
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8 -2.54.1-1
71
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8 -1.23-4
72
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8 -16.8-0
70
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9 -2.54.2-2513
71
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9 -1.24-2513
72
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9 -16.8-2513
73
73
74
74
- run : make createnamespaces check-envtest-existing
75
75
env :
@@ -101,17 +101,15 @@ jobs:
101
101
with :
102
102
k3s-channel : " ${{ matrix.kubernetes }}"
103
103
prefetch-images : |
104
- registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-35
105
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.54.1-1
106
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-4
107
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:latest
108
- registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:latest
109
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.8-0
110
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.8-3.3-0
111
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.8-3.4-0
112
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.4-0
113
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.4-3.4-0
114
- registry.developers.crunchydata.com/crunchydata/postgres-operator:latest
104
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.54.2-2513
105
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2513
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
108
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2513
109
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2513
110
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.4-2513
111
+ registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.4-2513
112
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.4-2513
115
113
- run : go mod download
116
114
- name : Build executable
117
115
run : PGO_VERSION='${{ github.sha }}' make build-postgres-operator
@@ -133,18 +131,17 @@ jobs:
133
131
--env 'CHECK_FOR_UPGRADES=false' \
134
132
--env 'QUERIES_CONFIG_DIR=/mnt/hack/tools/queries' \
135
133
--env 'KUBECONFIG=hack/.kube/postgres-operator/pgo' \
136
- --env 'RELATED_IMAGE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-35' \
137
- --env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.54.1-1' \
138
- --env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.23-4' \
139
- --env 'RELATED_IMAGE_PGEXPORTER=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:latest' \
140
- --env 'RELATED_IMAGE_PGUPGRADE=registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:latest' \
141
- --env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.8-0' \
142
- --env 'RELATED_IMAGE_POSTGRES_16_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.8-3.3-0' \
143
- --env 'RELATED_IMAGE_POSTGRES_16_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.8-3.4-0' \
144
- --env 'RELATED_IMAGE_POSTGRES_17=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.4-0' \
145
- --env 'RELATED_IMAGE_POSTGRES_17_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.4-3.4-0' \
146
- --env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.14-2' \
147
- --env 'RELATED_IMAGE_COLLECTOR=registry.developers.crunchydata.com/crunchydata/postgres-operator:latest' \
134
+ --env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi9-2.54.2-2513' \
135
+ --env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi9-1.24-2513' \
136
+ --env 'RELATED_IMAGE_PGEXPORTER=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi9-0.16.0-2513' \
137
+ --env 'RELATED_IMAGE_PGUPGRADE=registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi9-17.4-2513' \
138
+ --env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9-16.8-2513' \
139
+ --env 'RELATED_IMAGE_POSTGRES_16_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-16.8-3.3-2513' \
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' \
142
+ --env 'RELATED_IMAGE_POSTGRES_17_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi9-17.4-3.4-2513' \
143
+ --env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi9-9.1-2513' \
144
+ --env 'RELATED_IMAGE_COLLECTOR=registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi9-5.8.0-0' \
148
145
--env 'PGO_FEATURE_GATES=TablespaceVolumes=true,OpenTelemetryLogs=true,OpenTelemetryMetrics=true' \
149
146
--name 'postgres-operator' ubuntu \
150
147
postgres-operator
@@ -159,7 +156,7 @@ jobs:
159
156
KUTTL_PG_UPGRADE_TO_VERSION : ' 17'
160
157
KUTTL_PG_VERSION : ' 16'
161
158
KUTTL_POSTGIS_VERSION : ' 3.4'
162
- KUTTL_PSQL_IMAGE : ' registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8 -16.6-2 '
159
+ KUTTL_PSQL_IMAGE : ' registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi9 -16.8-2513 '
163
160
- run : |
164
161
make check-kuttl && exit
165
162
failed=$?
0 commit comments