File tree Expand file tree Collapse file tree 15 files changed +49
-49
lines changed
Expand file tree Collapse file tree 15 files changed +49
-49
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: pgo
33description : Installer for PGO, the open source Postgres Operator from Crunchy Data
44type : application
55version : 0.2.4
6- appVersion : 5.0.4
6+ appVersion : 5.0.5
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ metadata:
77name : postgresclusters.postgres-operator.crunchydata.com
88labels :
99app.kubernetes.io/name : pgo
10- app.kubernetes.io/version : 5.0.4
10+ app.kubernetes.io/version : 5.0.5
1111spec :
1212group : postgres-operator.crunchydata.com
1313names :
Original file line number Diff line number Diff line change 11---
22# # Provide image repository and tag
33image :
4- image : registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.0.4 -0
4+ image : registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.0.5 -0
55
66relatedImages :
77postgres_14 :
8- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.1 -0
8+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.2 -0
99postgres_14_gis_3.1 :
10- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-14.1 -3.1-0
10+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-14.2 -3.1-0
1111postgres_13 :
12- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5 -0
12+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.6 -0
1313postgres_13_gis_3.1 :
14- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-13.5 -3.1-0
14+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-13.6 -3.1-0
1515pgbackrest :
16- image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
16+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-1
1717pgbouncer :
18- image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-0
18+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-1
1919pgexporter :
20- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.4 -0
20+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.5 -0
2121
2222# singleNamespace determines how to install PGO to watch namesapces. If set to
2323# false, PGO will watch for Postgres clusters in all namesapces Setting to
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name: postgrescluster
33description : A Helm chart for Kubernetes
44type : application
55version : 0.2.1
6- appVersion : 5.0.4
6+ appVersion : 5.0.5
Original file line number Diff line number Diff line change 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:centos8-13.5 -0
50+ # imagePostgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.6 -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:centos8-2.36-0
54+ # imagePgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-1
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:centos8-1.16-0
58+ # imagePgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-1
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.0.4 -0
62+ # imageExporter: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.5 -0
6363
6464# ##########################
6565# Basic Postgres Settings #
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
33metadata :
44name : hippo-azure
55spec :
6- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5 -0
7- postgresVersion : 13
6+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.2 -0
7+ postgresVersion : 14
88instances :
99 - dataVolumeClaimSpec :
1010accessModes :
1414storage : 1Gi
1515backups :
1616pgbackrest :
17- image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
17+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-1
1818configuration :
1919 - secret :
2020name : pgo-azure-creds
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
33metadata :
44name : hippo
55spec :
6- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5 -0
7- postgresVersion : 13
6+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.2 -0
7+ postgresVersion : 14
88customReplicationTLSSecret :
99name : hippo-repl-tls
1010customTLSSecret :
1919storage : 1Gi
2020backups :
2121pgbackrest :
22- image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
22+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-1
2323repos :
2424 - name : repo1
2525volume :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
33metadata :
44name : hippo-gcs
55spec :
6- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5 -0
7- postgresVersion : 13
6+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.2 -0
7+ postgresVersion : 14
88instances :
99 - dataVolumeClaimSpec :
1010accessModes :
1414storage : 1Gi
1515backups :
1616pgbackrest :
17- image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
17+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-1
1818configuration :
1919 - secret :
2020name : pgo-gcs-creds
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ kind: PostgresCluster
33metadata :
44name : hippo-ha
55spec :
6- image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5 -0
7- postgresVersion : 13
6+ image : registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.2 -0
7+ postgresVersion : 14
88instances :
99 - name : pgha1
1010replicas : 2
2626postgres-operator.crunchydata.com/instance-set : pgha1
2727backups :
2828pgbackrest :
29- image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
29+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-1
3030repos :
3131 - name : repo1
3232volume :
3838storage : 1Gi
3939proxy :
4040pgBouncer :
41- image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-0
41+ image : registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-1
4242replicas : 2
4343affinity :
4444podAntiAffinity :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ namespace: postgres-operator
22
33commonLabels :
44app.kubernetes.io/name : pgo
5- app.kubernetes.io/version : 5.0.4
5+ app.kubernetes.io/version : 5.0.5
66postgres-operator.crunchydata.com/control-plane : postgres-operator
77
88bases :
1313images :
1414- name : postgres-operator
1515newName : registry.developers.crunchydata.com/crunchydata/postgres-operator
16- newTag : ubi8-5.0.4 -0
16+ newTag : ubi8-5.0.5 -0
1717
1818patchesJson6902 :
1919 - target :
You can’t perform that action at this time.
0 commit comments