File tree 9 files changed +18
-18
lines changed
9 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 15
15
# available as one of the "RELATED_IMAGE_POSTGRES_..." images as part of the PGO
16
16
# installation if you want to deploy the image without setting the "postgres"
17
17
# image variable. This value is required.
18
- postgresVersion : 14
18
+ postgresVersion : 15
19
19
20
20
# postGISVersion if sets and coupled with a PostGIS enabled container, enables
21
21
# PostGIS. This version number needs to be available as one of the
@@ -47,7 +47,7 @@ postgresVersion: 14
47
47
# below value. "postgresVersion" needs to match the version of Postgres that is
48
48
# used here. If using the GIS-enabled Postgres image, you need to ensure
49
49
# "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
51
51
52
52
# imagePgBackRest is the pgBackRest backup utility image. This defaults to the
53
53
# below value.
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
3
3
metadata :
4
4
name : hippo-azure
5
5
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
8
8
instances :
9
9
- dataVolumeClaimSpec :
10
10
accessModes :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
3
3
metadata :
4
4
name : hippo
5
5
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
8
8
customReplicationTLSSecret :
9
9
name : hippo-repl-tls
10
10
customTLSSecret :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
3
3
metadata :
4
4
name : hippo-gcs
5
5
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
8
8
instances :
9
9
- dataVolumeClaimSpec :
10
10
accessModes :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
3
3
metadata :
4
4
name : hippo-ha
5
5
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
8
8
instances :
9
9
- name : pgha1
10
10
replicas : 2
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
3
3
metadata :
4
4
name : keycloakdb
5
5
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
8
8
instances :
9
9
- replicas : 2
10
10
dataVolumeClaimSpec :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
3
3
metadata :
4
4
name : hippo-multi-repo
5
5
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
8
8
instances :
9
9
- dataVolumeClaimSpec :
10
10
accessModes :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
3
3
metadata :
4
4
name : hippo
5
5
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
8
8
instances :
9
9
- name : instance1
10
10
dataVolumeClaimSpec :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
3
3
metadata :
4
4
name : hippo-s3
5
5
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
8
8
instances :
9
9
- dataVolumeClaimSpec :
10
10
accessModes :
You can’t perform that action at this time.
0 commit comments