Skip to content

Commit 23e9dcb

Browse files
committed
update examples to pg15
Issue: [sc-17991]
1 parent f14aeff commit 23e9dcb

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

helm/postgres/values.yaml

+2-2
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: 14
18+
postgresVersion: 15
1919

2020
# postGISVersion if sets and coupled with a PostGIS enabled container, enables
2121
# PostGIS. This version number needs to be available as one of the
@@ -47,7 +47,7 @@ postgresVersion: 14
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-14.7-0
50+
# imagePostgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.2-0
5151

5252
# imagePgBackRest is the pgBackRest backup utility image. This defaults to the
5353
# below value.

kustomize/azure/postgres.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-azure
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.7-0
7-
postgresVersion: 14
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.2-0
7+
postgresVersion: 15
88
instances:
99
- dataVolumeClaimSpec:
1010
accessModes:

kustomize/certmanager/postgres/postgres.yaml

+2-2
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-14.7-0
7-
postgresVersion: 14
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.2-0
7+
postgresVersion: 15
88
customReplicationTLSSecret:
99
name: hippo-repl-tls
1010
customTLSSecret:

kustomize/gcs/postgres.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-gcs
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.7-0
7-
postgresVersion: 14
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.2-0
7+
postgresVersion: 15
88
instances:
99
- dataVolumeClaimSpec:
1010
accessModes:

kustomize/high-availability/ha-postgres.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-ha
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.7-0
7-
postgresVersion: 14
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.2-0
7+
postgresVersion: 15
88
instances:
99
- name: pgha1
1010
replicas: 2

kustomize/keycloak/postgres.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ kind: PostgresCluster
33
metadata:
44
name: keycloakdb
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.7-0
7-
postgresVersion: 14
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.2-0
7+
postgresVersion: 15
88
instances:
99
- replicas: 2
1010
dataVolumeClaimSpec:

kustomize/multi-backup-repo/postgres.yaml

+2-2
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-14.7-0
7-
postgresVersion: 14
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.2-0
7+
postgresVersion: 15
88
instances:
99
- dataVolumeClaimSpec:
1010
accessModes:

kustomize/postgres/postgres.yaml

+2-2
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-14.7-0
7-
postgresVersion: 14
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.2-0
7+
postgresVersion: 15
88
instances:
99
- name: instance1
1010
dataVolumeClaimSpec:

kustomize/s3/postgres.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-s3
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-14.7-0
7-
postgresVersion: 14
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:ubi8-15.2-0
7+
postgresVersion: 15
88
instances:
99
- dataVolumeClaimSpec:
1010
accessModes:

0 commit comments

Comments
 (0)