54
54
strategy :
55
55
fail-fast : false
56
56
matrix :
57
- kubernetes : [v1.29 , v1.25]
57
+ kubernetes : [v1.30 , v1.25]
58
58
steps :
59
59
- uses : actions/checkout@v4
60
60
- uses : actions/setup-go@v5
65
65
with :
66
66
k3s-channel : " ${{ matrix.kubernetes }}"
67
67
prefetch-images : |
68
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.49 -0
69
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.21-3
70
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.11 -0
68
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.51 -0
69
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-0
70
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.7 -0
71
71
72
72
- run : make createnamespaces check-envtest-existing
73
73
env :
@@ -100,19 +100,16 @@ jobs:
100
100
with :
101
101
k3s-channel : " ${{ matrix.kubernetes }}"
102
102
prefetch-images : |
103
- registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-22
104
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.49 -0
105
- registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.21-3
103
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-25
104
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.51 -0
105
+ registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-0
106
106
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:latest
107
107
registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:latest
108
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.11-0
109
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.11-3.1-0
110
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.6-0
111
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.6-3.3-0
112
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.2-0
113
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.2-3.3-0
114
- registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.2-3.4-0
115
- registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-7.8-3
108
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.7-0
109
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.7-3.3-0
110
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.3-0
111
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.3-0
112
+ registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.4-0
116
113
- run : go mod download
117
114
- name : Build executable
118
115
run : PGO_VERSION='${{ github.sha }}' make build-postgres-operator
@@ -133,19 +130,17 @@ jobs:
133
130
--volume "$(pwd):/mnt" --workdir '/mnt' --env 'PATH=/mnt/bin' \
134
131
--env 'QUERIES_CONFIG_DIR=/mnt/hack/tools/queries' \
135
132
--env 'KUBECONFIG=hack/.kube/postgres-operator/pgo' \
136
- --env 'RELATED_IMAGE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-22 ' \
137
- --env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.49 -0' \
138
- --env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.21-3 ' \
133
+ --env 'RELATED_IMAGE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-25 ' \
134
+ --env 'RELATED_IMAGE_PGBACKREST=registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.51 -0' \
135
+ --env 'RELATED_IMAGE_PGBOUNCER=registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.22-0 ' \
139
136
--env 'RELATED_IMAGE_PGEXPORTER=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:latest' \
140
137
--env 'RELATED_IMAGE_PGUPGRADE=registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:latest' \
141
- --env 'RELATED_IMAGE_POSTGRES_14=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.11-0' \
142
- --env 'RELATED_IMAGE_POSTGRES_14_GIS_3.1=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.11-3.1-0' \
143
- --env 'RELATED_IMAGE_POSTGRES_15=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.6-0' \
144
- --env 'RELATED_IMAGE_POSTGRES_15_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.6-3.3-0' \
145
- --env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.2-0' \
146
- --env 'RELATED_IMAGE_POSTGRES_16_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.2-3.3-0' \
147
- --env 'RELATED_IMAGE_POSTGRES_16_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.2-3.4-0' \
148
- --env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-7.8-3' \
138
+ --env 'RELATED_IMAGE_POSTGRES_15=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.7-0' \
139
+ --env 'RELATED_IMAGE_POSTGRES_15_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.7-3.3-0' \
140
+ --env 'RELATED_IMAGE_POSTGRES_16=registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.3-0' \
141
+ --env 'RELATED_IMAGE_POSTGRES_16_GIS_3.3=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.3-0' \
142
+ --env 'RELATED_IMAGE_POSTGRES_16_GIS_3.4=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.3-3.4-0' \
143
+ --env 'RELATED_IMAGE_STANDALONE_PGADMIN=registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-8.6-0' \
149
144
--env 'PGO_FEATURE_GATES=TablespaceVolumes=true' \
150
145
--name 'postgres-operator' ubuntu \
151
146
postgres-operator
@@ -160,7 +155,7 @@ jobs:
160
155
KUTTL_PG_UPGRADE_TO_VERSION : ' 16'
161
156
KUTTL_PG_VERSION : ' 15'
162
157
KUTTL_POSTGIS_VERSION : ' 3.4'
163
- KUTTL_PSQL_IMAGE : ' registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.2 -0'
158
+ KUTTL_PSQL_IMAGE : ' registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.3 -0'
164
159
- run : |
165
160
make check-kuttl && exit
166
161
failed=$?
0 commit comments