Skip to content

Commit 08cafcb

Browse files
committed
Updates To Component Versions
Various component version updates. Issue: [sc-12585]
1 parent b77a497 commit 08cafcb

File tree

17 files changed

+2585
-1479
lines changed

17 files changed

+2585
-1479
lines changed

helm/install/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: pgo
33
description: A Helm chart for Kubernetes
44
type: application
55
version: 0.1.0
6-
appVersion: 5.0.2
6+
appVersion: 5.0.3

helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml

Lines changed: 1278 additions & 716 deletions
Large diffs are not rendered by default.

helm/install/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## Provide image repository and tag
33
image:
44
repository: registry.developers.crunchydata.com/crunchydata
5-
tag: ubi8-5.0.2-0
5+
tag: ubi8-5.0.3-0
66

77
relatedImages:
88
postgres_13:

helm/postgres/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: postgrescluster
33
description: A Helm chart for Kubernetes
44
type: application
55
version: 0.1.0
6-
appVersion: 5.0.2
6+
appVersion: 5.0.3

helm/postgres/templates/postgres.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ spec:
1616
backups:
1717
pgbackrest:
1818
image: {{ .Values.pgBackRest}}
19-
repoHost:
20-
dedicated: {}
2119
repos:
2220
- name: repo1
2321
volume:

helm/postgres/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ name: hippo
77
postgresVersion: 13
88

99
# Images
10-
postgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-0
11-
pgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
12-
pgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-2
10+
postgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1
11+
pgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0
12+
pgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-3

kustomize/azure/postgres.yaml

Lines changed: 2 additions & 4 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-ha:centos8-13.4-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1
77
postgresVersion: 13
88
instances:
99
- dataVolumeClaimSpec:
@@ -14,9 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
17-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
18-
repoHost:
19-
dedicated: {}
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0
2018
configuration:
2119
- secret:
2220
name: pgo-azure-creds

kustomize/certmanager/postgres/postgres.yaml

Lines changed: 2 additions & 4 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-ha:centos8-13.4-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1
77
postgresVersion: 13
88
customReplicationTLSSecret:
99
name: hippo-repl-tls
@@ -19,9 +19,7 @@ spec:
1919
storage: 1Gi
2020
backups:
2121
pgbackrest:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
23-
repoHost:
24-
dedicated: {}
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0
2523
repos:
2624
- name: repo1
2725
volume:

kustomize/gcs/postgres.yaml

Lines changed: 2 additions & 4 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-ha:centos8-13.4-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1
77
postgresVersion: 13
88
instances:
99
- dataVolumeClaimSpec:
@@ -14,9 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
17-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
18-
repoHost:
19-
dedicated: {}
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0
2018
configuration:
2119
- secret:
2220
name: pgo-gcs-creds

kustomize/high-availability/ha-postgres.yaml

Lines changed: 3 additions & 5 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-ha:centos8-13.4-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1
77
postgresVersion: 13
88
instances:
99
- name: pgha1
@@ -26,9 +26,7 @@ spec:
2626
postgres-operator.crunchydata.com/instance-set: pgha1
2727
backups:
2828
pgbackrest:
29-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
30-
repoHost:
31-
dedicated: {}
29+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0
3230
repos:
3331
- name: repo1
3432
volume:
@@ -40,7 +38,7 @@ spec:
4038
storage: 1Gi
4139
proxy:
4240
pgBouncer:
43-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-2
41+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-3
4442
replicas: 2
4543
affinity:
4644
podAntiAffinity:

0 commit comments

Comments
 (0)