Skip to content

Commit 526df42

Browse files
committed
Nov 2025 release update PGO-2789
1 parent 1a3dbff commit 526df42

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ generate-kuttl: export KUTTL_PG_UPGRADE_FROM_VERSION ?= 15
233233
generate-kuttl: export KUTTL_PG_UPGRADE_TO_VERSION ?= 16
234234
generate-kuttl: export KUTTL_PG_VERSION ?= 16
235235
generate-kuttl: export KUTTL_POSTGIS_VERSION ?= 3.4
236-
generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.10-2534
236+
generate-kuttl: export KUTTL_PSQL_IMAGE ?= registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.11-2547
237237
generate-kuttl: export KUTTL_TEST_DELETE_NAMESPACE ?= kuttl-test-delete-namespace
238238
generate-kuttl: ## Generate kuttl tests
239239
[ ! -d testing/kuttl/e2e-generated ] || rm -r testing/kuttl/e2e-generated

config/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ resources:
1717
images:
1818
- name: postgres-operator
1919
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
20-
newTag: ubi8-5.7.5-0
20+
newTag: ubi8-5.7.9-0

config/manager/manager.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,29 @@ spec:
2323
- name: CRUNCHY_DEBUG
2424
value: "true"
2525
- name: RELATED_IMAGE_POSTGRES_15
26-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.14-2534"
26+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.15-2547"
2727
- name: RELATED_IMAGE_POSTGRES_16
28-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.10-2534"
28+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.11-2547"
2929
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.3
30-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.10-3.3-2534"
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.11-3.3-2547"
3131
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.4
32-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.10-3.4-2534"
32+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.11-3.4-2547"
3333
- name: RELATED_IMAGE_POSTGRES_17
34-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.6-2534"
34+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-17.7-2547"
3535
- name: RELATED_IMAGE_POSTGRES_17_GIS_3.4
36-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.6-3.4-2534"
36+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-17.7-3.4-2547"
3737
- name: RELATED_IMAGE_PGADMIN
38-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-2534"
38+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-2547"
3939
- name: RELATED_IMAGE_PGBACKREST
40-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.56.0-2534"
40+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.56.0-2547"
4141
- name: RELATED_IMAGE_PGBOUNCER
42-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.24-2534"
42+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.24-2547"
4343
- name: RELATED_IMAGE_PGEXPORTER
44-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.17.1-2534"
44+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-1.17.1-2547"
4545
- name: RELATED_IMAGE_PGUPGRADE
46-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-17.6-2534"
46+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-17.7-2547"
4747
- name: RELATED_IMAGE_STANDALONE_PGADMIN
48-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-9.2-2534"
48+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-9.8-2547"
4949
securityContext:
5050
allowPrivilegeEscalation: false
5151
capabilities: { drop: [ALL] }

config/singlenamespace/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resources:
1616
images:
1717
- name: postgres-operator
1818
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
19-
newTag: ubi8-5.7.5-0
19+
newTag: ubi8-5.7.9-0
2020

2121
patches:
2222
- path: manager-target.yaml

examples/postgrescluster/postgrescluster.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.10-2534
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.11-2547
77
postgresVersion: 16
88
instances:
99
- name: instance1
@@ -15,7 +15,7 @@ spec:
1515
storage: 1Gi
1616
backups:
1717
pgbackrest:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.56.0-2534
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.56.0-2547
1919
repos:
2020
- name: repo1
2121
volume:
@@ -35,4 +35,4 @@ spec:
3535
storage: 1Gi
3636
proxy:
3737
pgBouncer:
38-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.24-2534
38+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.24-2547

0 commit comments

Comments
 (0)