Skip to content

Commit 431da92

Browse files
committed
Version updates for postgres-operator-examples
PGO-564
1 parent 66fb311 commit 431da92

File tree

12 files changed

+53
-53
lines changed

12 files changed

+53
-53
lines changed

helm/install/values.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,35 +7,35 @@ controllerImages:
77
# relatedImages are used when an image is omitted from PostgresCluster, PGAdmin or PGUpgrade specs.
88
relatedImages:
99
postgres_16:
10-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.0-0
10+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.1-0
1111
postgres_16_gis_3.4:
12-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.4-0
12+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.1-3.4-0
1313
postgres_16_gis_3.3:
14-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.3-0
14+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.1-3.3-0
1515
postgres_15:
16-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
16+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.5-0
1717
postgres_15_gis_3.3:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-1
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.5-3.3-0
1919
postgres_14:
20-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.9-1
20+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.10-0
2121
postgres_14_gis_3.1:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.1-1
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.10-3.1-0
2323
postgres_14_gis_3.2:
24-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.2-1
24+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.10-3.2-0
2525
postgres_14_gis_3.3:
26-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.3-1
26+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.10-3.3-0
2727
pgadmin:
28-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-18
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-19
2929
pgbackrest:
30-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
30+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-2
3131
pgbouncer:
32-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-5
32+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.21-0
3333
pgexporter:
34-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.5.0-0
34+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-0
3535
pgupgrade:
3636
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.5.0-0
3737
standalone_pgadmin:
38-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-7.7-0
38+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-7.8-0
3939

4040
# singleNamespace controls where PGO watches for PostgresClusters. When false,
4141
# PGO watches for and responds to PostgresClusters in all namespaces. When true,

helm/postgres/values.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# available as one of the "RELATED_IMAGE_POSTGRES_..." images as part of the PGO
1616
# installation if you want to deploy the image without setting the "postgres"
1717
# image variable. This value is required.
18-
postgresVersion: 15
18+
postgresVersion: 16
1919

2020
# postGISVersion if set and coupled with a PostGIS enabled container, enables
2121
# PostGIS. This version number needs to be available as one of the
@@ -47,19 +47,19 @@ postgresVersion: 15
4747
# below value. "postgresVersion" needs to match the version of Postgres that is
4848
# used here. If using the GIS-enabled Postgres image, you need to ensure
4949
# "postGISVersion" matches the version of PostGIS used.
50-
# imagePostgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
50+
# imagePostgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.5-0
5151

5252
# imagePgBackRest is the pgBackRest backup utility image. This defaults to the
5353
# below value.
54-
# imagePgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
54+
# imagePgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-2
5555

5656
# imagePgBouncer is the image for the PgBouncer connection pooler. This defaults
5757
# to the below value.
58-
# imagePgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-5
58+
# imagePgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.21-0
5959

6060
# imageExporter is the image name for the exporter used as a part of monitoring.
6161
# This defaults to the value below.
62-
# imageExporter: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.5.0-0
62+
# imageExporter: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-0
6363

6464
###########################
6565
# Basic Postgres Settings #

kustomize/azure/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-azure
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.5-0
77
postgresVersion: 15
88
instances:
99
- dataVolumeClaimSpec:
@@ -14,7 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
17-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-2
1818
configuration:
1919
- secret:
2020
name: pgo-azure-creds

kustomize/certmanager/postgres/postgres.yaml

Lines changed: 2 additions & 2 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-15.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.5-0
77
postgresVersion: 15
88
customReplicationTLSSecret:
99
name: hippo-repl-tls
@@ -19,7 +19,7 @@ spec:
1919
storage: 1Gi
2020
backups:
2121
pgbackrest:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-2
2323
repos:
2424
- name: repo1
2525
volume:

kustomize/gcs/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-gcs
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.5-0
77
postgresVersion: 15
88
instances:
99
- dataVolumeClaimSpec:
@@ -14,7 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
17-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-2
1818
configuration:
1919
- secret:
2020
name: pgo-gcs-creds

kustomize/high-availability/ha-postgres.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-ha
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.5-0
77
postgresVersion: 15
88
instances:
99
- name: pgha1
@@ -26,7 +26,7 @@ spec:
2626
postgres-operator.crunchydata.com/instance-set: pgha1
2727
backups:
2828
pgbackrest:
29-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
29+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-2
3030
repos:
3131
- name: repo1
3232
volume:
@@ -38,7 +38,7 @@ spec:
3838
storage: 1Gi
3939
proxy:
4040
pgBouncer:
41-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-5
41+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.21-0
4242
replicas: 2
4343
affinity:
4444
podAntiAffinity:

kustomize/install/default/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ resources:
1919
images:
2020
- name: postgres-operator
2121
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
22-
newTag: ubi8-5.5.0-0
22+
newTag: ubi8-5.5.0-0

kustomize/install/manager/manager.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,35 +27,35 @@ spec:
2727
- name: CRUNCHY_DEBUG
2828
value: "true"
2929
- name: RELATED_IMAGE_POSTGRES_14
30-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.9-1"
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.10-0"
3131
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.1
32-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.1-1"
32+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.10-3.1-0"
3333
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.2
34-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.2-1"
34+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.10-3.2-0"
3535
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.3
36-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.9-3.3-1"
36+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-14.10-3.3-0"
3737
- name: RELATED_IMAGE_POSTGRES_15
38-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1"
38+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.5-0"
3939
- name: RELATED_IMAGE_POSTGRES_15_GIS_3.3
40-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.4-3.3-1"
40+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-15.5-3.3-0"
4141
- name: RELATED_IMAGE_POSTGRES_16
42-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.0-0"
42+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-16.1-0"
4343
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.3
44-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.3-0"
44+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.1-3.3-0"
4545
- name: RELATED_IMAGE_POSTGRES_16_GIS_3.4
46-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.0-3.4-0"
46+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:ubi8-16.1-3.4-0"
4747
- name: RELATED_IMAGE_PGADMIN
48-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-18"
48+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-19"
4949
- name: RELATED_IMAGE_PGBACKREST
50-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1"
50+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-2"
5151
- name: RELATED_IMAGE_PGBOUNCER
52-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.19-5"
52+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:ubi8-1.21-0"
5353
- name: RELATED_IMAGE_PGEXPORTER
54-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.5.0-0"
54+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-0.15.0-0"
5555
- name: RELATED_IMAGE_PGUPGRADE
5656
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.5.0-0"
5757
- name: RELATED_IMAGE_STANDALONE_PGADMIN
58-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-7.7-0"
58+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-7.8-0"
5959
securityContext:
6060
allowPrivilegeEscalation: false
6161
capabilities: { drop: [ALL] }

kustomize/keycloak/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: keycloakdb
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.5-0
77
postgresVersion: 15
88
instances:
99
- replicas: 2
@@ -25,7 +25,7 @@ spec:
2525
postgres-operator.crunchydata.com/instance-set: "00"
2626
backups:
2727
pgbackrest:
28-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-2
2929
repos:
3030
- name: repo1
3131
volume:

kustomize/multi-backup-repo/postgres.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-multi-repo
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
7-
postgresVersion: 15
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.5-0
7+
postgresVersion: 16
88
instances:
99
- dataVolumeClaimSpec:
1010
accessModes:
@@ -14,7 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
17-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-2
1818
configuration:
1919
- secret:
2020
name: pgo-multi-repo-creds

kustomize/postgres/postgres.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ kind: PostgresCluster
33
metadata:
44
name: hippo
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
7-
postgresVersion: 15
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.5-0
7+
postgresVersion: 16
88
instances:
99
- name: instance1
1010
dataVolumeClaimSpec:
@@ -15,7 +15,7 @@ spec:
1515
storage: 1Gi
1616
backups:
1717
pgbackrest:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-2
1919
repos:
2020
- name: repo1
2121
volume:

kustomize/s3/postgres.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-s3
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.5-0
77
postgresVersion: 15
88
instances:
99
- dataVolumeClaimSpec:
@@ -14,7 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
17-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:ubi8-2.47-2
1818
configuration:
1919
- secret:
2020
name: pgo-s3-creds

0 commit comments

Comments
 (0)