Skip to content

Commit b97aa00

Browse files
Updates to CRDs & Component Versions
Various CRD and component version updates. [sc-13037]
1 parent e0d6196 commit b97aa00

File tree

15 files changed

+49
-38
lines changed

15 files changed

+49
-38
lines changed

Diff for: helm/install/Chart.yaml

+1-1
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.2.1
6-
appVersion: 5.0.3
6+
appVersion: 5.0.4

Diff for: helm/install/crds/postgres-operator.crunchydata.com_postgresclusters.yaml

+7
Original file line numberDiff line numberDiff line change
@@ -3394,6 +3394,8 @@ spec:
33943394
type: object
33953395
type: array
33963396
instances:
3397+
description: Specifies one or more sets of PostgreSQL pods that replicate
3398+
data for this cluster.
33973399
items:
33983400
properties:
33993401
affinity:
@@ -4172,13 +4174,18 @@ spec:
41724174
type: object
41734175
name:
41744176
default: ""
4177+
description: Name that associates this set of PostgreSQL pods.
4178+
This field is optional when only one instance set is defined.
4179+
Each instance set in a cluster must have a unique name.
4180+
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?)?$
41754181
type: string
41764182
priorityClassName:
41774183
description: 'Priority class name for the PostgreSQL pod. Changing
41784184
this value causes PostgreSQL to restart. More info: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/'
41794185
type: string
41804186
replicas:
41814187
default: 1
4188+
description: Number of desired PostgreSQL pods.
41824189
format: int32
41834190
minimum: 1
41844191
type: integer

Diff for: helm/install/values.yaml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
---
22
## Provide image repository and tag
33
image:
4-
image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.0.3-0
4+
image: registry.developers.crunchydata.com/crunchydata/postgres-operator:ubi8-5.0.4-0
55

66
relatedImages:
77
postgres_14:
8-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.0-0
8+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.1-0
99
postgres_14_gis_3.1:
10-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-14.0-3.1-0
10+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-14.1-3.1-0
1111
postgres_13:
12-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1
12+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0
1313
postgres_13_gis_3.1:
14-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-13.4-3.1-1
14+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-13.5-3.1-0
1515
pgbackrest:
16-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0
16+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
1717
pgbouncer:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-3
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-0
1919
pgexporter:
20-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.3-0
20+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.4-0
2121

2222
## Install in default or single namespace mode
2323
singleNamespace: false

Diff for: helm/postgres/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: postgrescluster
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.2.0
6-
appVersion: 5.0.3
5+
version: 0.2.1
6+
appVersion: 5.0.4

Diff for: helm/postgres/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@
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.4-1
50+
# imagePostgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.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:centos8-2.35-0
54+
# imagePgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
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.15-3
58+
# imagePgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-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.0.3-0
62+
# imageExporter: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.4-0
6363

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

Diff for: kustomize/azure/postgres.yaml

+2-2
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:centos8-13.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0
77
postgresVersion: 13
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:centos8-2.35-0
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
1818
configuration:
1919
- secret:
2020
name: pgo-azure-creds

Diff for: kustomize/certmanager/postgres/postgres.yaml

+2-2
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:centos8-13.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0
77
postgresVersion: 13
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:centos8-2.35-0
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
2323
repos:
2424
- name: repo1
2525
volume:

Diff for: kustomize/gcs/postgres.yaml

+2-2
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:centos8-13.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0
77
postgresVersion: 13
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:centos8-2.35-0
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
1818
configuration:
1919
- secret:
2020
name: pgo-gcs-creds

Diff for: kustomize/high-availability/ha-postgres.yaml

+3-3
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:centos8-13.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0
77
postgresVersion: 13
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:centos8-2.35-0
29+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
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:centos8-1.15-3
41+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-0
4242
replicas: 2
4343
affinity:
4444
podAntiAffinity:

Diff for: kustomize/install/bases/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ bases:
1111
images:
1212
- name: postgres-operator
1313
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
14-
newTag: ubi8-5.0.3-0
14+
newTag: ubi8-5.0.4-0

Diff for: kustomize/install/bases/manager/manager.yaml

+9-5
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,20 @@ spec:
1414
env:
1515
- name: CRUNCHY_DEBUG
1616
value: "true"
17+
- name: RELATED_IMAGE_POSTGRES_14
18+
value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.1-0
19+
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.1
20+
value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-14.1-3.1-0
1721
- name: RELATED_IMAGE_POSTGRES_13
18-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1"
22+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0"
1923
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
20-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-13.4-3.1-1"
24+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-13.5-3.1-0"
2125
- name: RELATED_IMAGE_PGBACKREST
22-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0"
26+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0"
2327
- name: RELATED_IMAGE_PGBOUNCER
24-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-3"
28+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-0"
2529
- name: RELATED_IMAGE_PGEXPORTER
26-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.3-0"
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.4-0"
2731
securityContext:
2832
allowPrivilegeEscalation: false
2933
readOnlyRootFilesystem: true

Diff for: kustomize/keycloak/postgres.yaml

+2-2
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:centos8-13.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0
77
postgresVersion: 13
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:centos8-2.35-0
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
2929
repos:
3030
- name: repo1
3131
volume:

Diff for: kustomize/multi-backup-repo/postgres.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: PostgresCluster
33
metadata:
44
name: hippo-multi-repo
55
spec:
6-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0
77
postgresVersion: 13
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:centos8-2.35-0
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
1818
configuration:
1919
- secret:
2020
name: pgo-multi-repo-creds

Diff for: kustomize/postgres/postgres.yaml

+2-2
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:centos8-13.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0
77
postgresVersion: 13
88
instances:
99
- name: instance1
@@ -15,7 +15,7 @@ spec:
1515
storage: 1Gi
1616
backups:
1717
pgbackrest:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
1919
repos:
2020
- name: repo1
2121
volume:

Diff for: kustomize/s3/postgres.yaml

+2-2
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:centos8-13.4-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0
77
postgresVersion: 13
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:centos8-2.35-0
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
1818
configuration:
1919
- secret:
2020
name: pgo-s3-creds

0 commit comments

Comments
 (0)