@@ -108,6 +108,9 @@ jobs:
108
108
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.1-1
109
109
registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
110
110
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-1
111
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.0-0
112
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.3-0
113
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.4-0
111
114
- run : go mod download
112
115
- name : Build executable
113
116
run : PGO_VERSION='${{ github.sha }}' make build-postgres-operator
@@ -137,22 +140,24 @@ jobs:
137
140
--env 'RELATED_IMAGE_POSTGRES_14_GIS_3.1=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.1-1' \
138
141
--env 'RELATED_IMAGE_POSTGRES_15=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1' \
139
142
--env 'RELATED_IMAGE_POSTGRES_15_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-1' \
143
+ --env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.0-0' \
144
+ --env 'RELATED_IMAGE_POSTGRES_16_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.3-0' \
145
+ --env 'RELATED_IMAGE_POSTGRES_16_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.4-0' \
140
146
--env 'PGO_FEATURE_GATES=TablespaceVolumes=true' \
141
147
--name 'postgres-operator' ubuntu \
142
148
postgres-operator
143
-
144
149
- name : Install kuttl
145
150
run : |
146
151
curl -Lo /usr/local/bin/kubectl-kuttl https://github.com/kudobuilder/kuttl/releases/download/v0.13.0/kubectl-kuttl_0.13.0_linux_x86_64
147
152
chmod +x /usr/local/bin/kubectl-kuttl
148
153
149
154
- run : make generate-kuttl
150
155
env :
151
- KUTTL_PG_UPGRADE_FROM_VERSION : ' 14 '
152
- KUTTL_PG_UPGRADE_TO_VERSION : ' 15 '
153
- KUTTL_PG_VERSION : ' 14 '
154
- KUTTL_POSTGIS_VERSION : ' 3.1 '
155
- KUTTL_PSQL_IMAGE : ' registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.9 -1'
156
+ KUTTL_PG_UPGRADE_FROM_VERSION : ' 15 '
157
+ KUTTL_PG_UPGRADE_TO_VERSION : ' 16 '
158
+ KUTTL_PG_VERSION : ' 15 '
159
+ KUTTL_POSTGIS_VERSION : ' 3.3 '
160
+ KUTTL_PSQL_IMAGE : ' registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4 -1'
156
161
- run : |
157
162
make check-kuttl && exit
158
163
failed=$?
0 commit comments