Skip to content

Commit d1256b6

Browse files
committed
Latest updates
1 parent ac2abb9 commit d1256b6

File tree

4 files changed

+29
-29
lines changed

4 files changed

+29
-29
lines changed

.github/workflows/test.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
with:
6666
k3s-channel: "${{ matrix.kubernetes }}"
6767
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
7171
7272
- run: make createnamespaces check-envtest-existing
7373
env:
@@ -99,15 +99,15 @@ jobs:
9999
with:
100100
k3s-channel: "${{ matrix.kubernetes }}"
101101
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
105105
registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:latest
106106
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
111111
- run: go mod download
112112
- name: Build executable
113113
run: PGO_VERSION='${{ github.sha }}' make build-postgres-operator
@@ -121,15 +121,15 @@ jobs:
121121
docker run --detach --network host --read-only \
122122
--volume "$(pwd):/mnt" --workdir '/mnt' --env 'PATH=/mnt/bin' \
123123
--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' \
127127
--env 'RELATED_IMAGE_PGEXPORTER=registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:latest' \
128128
--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' \
133133
--env 'PGO_FEATURE_GATES=TablespaceVolumes=true' \
134134
--name 'postgres-operator' ubuntu \
135135
postgres-operator
@@ -144,7 +144,7 @@ jobs:
144144
KUTTL_PG_UPGRADE_TO_VERSION: '15'
145145
KUTTL_PG_VERSION: '14'
146146
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'
148148
- run: |
149149
make check-kuttl && exit
150150
failed=$?

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ generate-kuttl: export KUTTL_PG_UPGRADE_FROM_VERSION ?= 14
273273
generate-kuttl: export KUTTL_PG_UPGRADE_TO_VERSION ?= 15
274274
generate-kuttl: export KUTTL_PG_VERSION ?= 15
275275
generate-kuttl: export KUTTL_POSTGIS_VERSION ?= 3.3
276-
generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.3-2
276+
generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.3-3
277277
generate-kuttl: export KUTTL_TEST_DELETE_NAMESPACE ?= kuttl-test-delete-namespace
278278
generate-kuttl: ## Generate kuttl tests
279279
[ ! -d testing/kuttl/e2e-generated ] || rm -r testing/kuttl/e2e-generated

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ For more information about which versions of the PostgreSQL Operator include whi
180180

181181
PGO, the Postgres Operator from Crunchy Data, is tested on the following platforms:
182182

183-
- Kubernetes 1.23-1.27
183+
- Kubernetes 1.24-1.27
184184
- OpenShift 4.10-4.13
185185
- Rancher
186186
- Google Kubernetes Engine (GKE), including Anthos

config/manager/manager.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ spec:
1919
- name: CRUNCHY_DEBUG
2020
value: "true"
2121
- name: RELATED_IMAGE_POSTGRES_14
22-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-2"
22+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.8-3"
2323
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.1
24-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.1-2"
24+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.1-3"
2525
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.2
26-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.2-2"
26+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.2-3"
2727
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.3
28-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.3-2"
28+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.8-3.3-3"
2929
- name: RELATED_IMAGE_POSTGRES_15
30-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.3-2"
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.3-3"
3131
- name: RELATED_IMAGE_POSTGRES_15_GIS_3.3
32-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.3-3.3-2"
32+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.3-3.3-3"
3333
- name: RELATED_IMAGE_PGADMIN
34-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-15"
34+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-16"
3535
- name: RELATED_IMAGE_PGBACKREST
36-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.45-2"
36+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.45-3"
3737
- name: RELATED_IMAGE_PGBOUNCER
38-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-2"
38+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-3"
3939
- name: RELATED_IMAGE_PGEXPORTER
4040
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:latest"
4141
- name: RELATED_IMAGE_PGUPGRADE

0 commit comments

Comments
 (0)