65
65
with :
66
66
k3s-channel : " ${{ matrix.kubernetes }}"
67
67
prefetch-images : |
68
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.45-2
69
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-2
70
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-2
68
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.45-3
69
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-3
70
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-3
71
71
72
72
- run : make createnamespaces check-envtest-existing
73
73
env :
@@ -99,15 +99,15 @@ jobs:
99
99
with :
100
100
k3s-channel : " ${{ matrix.kubernetes }}"
101
101
prefetch-images : |
102
- registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-15
103
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.45-2
104
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-2
102
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-16
103
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.45-3
104
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-3
105
105
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:latest
106
106
registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:latest
107
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-2
108
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.1-2
109
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.3-2
110
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.3-3.3-2
107
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-3
108
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.1-3
109
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.3-3
110
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.3-3.3-3
111
111
- run : go mod download
112
112
- name : Build executable
113
113
run : PGO_VERSION='${{ github.sha }}' make build-postgres-operator
@@ -121,15 +121,15 @@ jobs:
121
121
docker run --detach --network host --read-only \
122
122
--volume "$(pwd):/mnt" --workdir '/mnt' --env 'PATH=/mnt/bin' \
123
123
--env 'KUBECONFIG=hack/.kube/postgres-operator/pgo' \
124
- --env 'RELATED_IMAGE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-15 ' \
125
- --env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.45-2 ' \
126
- --env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-2 ' \
124
+ --env 'RELATED_IMAGE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-16 ' \
125
+ --env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.45-3 ' \
126
+ --env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-3 ' \
127
127
--env 'RELATED_IMAGE_PGEXPORTER=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:latest' \
128
128
--env 'RELATED_IMAGE_PGUPGRADE=registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:latest' \
129
- --env 'RELATED_IMAGE_POSTGRES_14=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-2 ' \
130
- --env 'RELATED_IMAGE_POSTGRES_14_GIS_3.1=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.1-2 ' \
131
- --env 'RELATED_IMAGE_POSTGRES_15=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.3-2 ' \
132
- --env 'RELATED_IMAGE_POSTGRES_15_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.3-3.3-2 ' \
129
+ --env 'RELATED_IMAGE_POSTGRES_14=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-3 ' \
130
+ --env 'RELATED_IMAGE_POSTGRES_14_GIS_3.1=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.1-3 ' \
131
+ --env 'RELATED_IMAGE_POSTGRES_15=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.3-3 ' \
132
+ --env 'RELATED_IMAGE_POSTGRES_15_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.3-3.3-3 ' \
133
133
--env 'PGO_FEATURE_GATES=TablespaceVolumes=true' \
134
134
--name 'postgres-operator' ubuntu \
135
135
postgres-operator
@@ -144,7 +144,7 @@ jobs:
144
144
KUTTL_PG_UPGRADE_TO_VERSION : ' 15'
145
145
KUTTL_PG_VERSION : ' 14'
146
146
KUTTL_POSTGIS_VERSION : ' 3.1'
147
- KUTTL_PSQL_IMAGE : ' registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-2 '
147
+ KUTTL_PSQL_IMAGE : ' registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-3 '
148
148
- run : |
149
149
make check-kuttl && exit
150
150
failed=$?
0 commit comments