Skip to content

Commit 850e369

Browse files
cbandyandrewlecuyer
authored andcommitted
Add pgupgrade to related images
Issue: [sc-13269]
1 parent 2c2cec2 commit 850e369

File tree

14 files changed

+56
-52
lines changed

14 files changed

+56
-52
lines changed

helm/install/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: pgo
33
description: Installer for PGO, the open source Postgres Operator from Crunchy Data
44
type: application
5-
version: 0.2.3
6-
appVersion: 5.0.4
5+
version: 0.2.4
6+
appVersion: 5.1.0

helm/install/values.yaml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,27 @@
11
---
22
## Provide image repository and tag
33
image:
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.1.0-0
55

66
relatedImages:
77
postgres_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.1-1
99
postgres_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.1-3.1-1
1111
postgres_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.5-1
1313
postgres_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.5-3.1-1
1515
pgadmin:
1616
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:centos8-4.20-0
1717
pgbackrest:
18-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-1
1919
pgbouncer:
20-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-0
20+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-1
2121
pgexporter:
22-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.4-0
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.1.0-0
23+
pgupgrade:
24+
image: registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.1.0-0
2325

2426
# singleNamespace determines how to install PGO to watch namesapces. If set to
2527
# false, PGO will watch for Postgres clusters in all namesapces Setting to

helm/postgres/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.1
6-
appVersion: 5.0.4
5+
version: 0.2.2
6+
appVersion: 5.1.0

helm/postgres/values.yaml

Lines changed: 4 additions & 4 deletions
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.5-0
50+
# imagePostgres: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-1
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.1.0-0
6363

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

kustomize/azure/postgres.yaml

Lines changed: 3 additions & 3 deletions
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:centos8-13.5-0
7-
postgresVersion: 13
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.1-1
7+
postgresVersion: 14
88
instances:
99
- dataVolumeClaimSpec:
1010
accessModes:
@@ -14,7 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
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
1818
configuration:
1919
- secret:
2020
name: pgo-azure-creds

kustomize/certmanager/postgres/postgres.yaml

Lines changed: 3 additions & 3 deletions
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:centos8-13.5-0
7-
postgresVersion: 13
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.1-1
7+
postgresVersion: 14
88
customReplicationTLSSecret:
99
name: hippo-repl-tls
1010
customTLSSecret:
@@ -19,7 +19,7 @@ spec:
1919
storage: 1Gi
2020
backups:
2121
pgbackrest:
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
2323
repos:
2424
- name: repo1
2525
volume:

kustomize/gcs/postgres.yaml

Lines changed: 3 additions & 3 deletions
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:centos8-13.5-0
7-
postgresVersion: 13
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.1-1
7+
postgresVersion: 14
88
instances:
99
- dataVolumeClaimSpec:
1010
accessModes:
@@ -14,7 +14,7 @@ spec:
1414
storage: 1Gi
1515
backups:
1616
pgbackrest:
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
1818
configuration:
1919
- secret:
2020
name: pgo-gcs-creds

kustomize/high-availability/ha-postgres.yaml

Lines changed: 4 additions & 4 deletions
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:centos8-13.5-0
7-
postgresVersion: 13
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.1-1
7+
postgresVersion: 14
88
instances:
99
- name: pgha1
1010
replicas: 2
@@ -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.36-0
29+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-1
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.16-0
41+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-1
4242
replicas: 2
4343
affinity:
4444
podAntiAffinity:

kustomize/install/bases/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ namespace: postgres-operator
22

33
commonLabels:
44
app.kubernetes.io/name: pgo
5-
app.kubernetes.io/version: 5.0.4
5+
app.kubernetes.io/version: 5.1.0
66
postgres-operator.crunchydata.com/control-plane: postgres-operator
77

88
bases:
@@ -13,7 +13,7 @@ bases:
1313
images:
1414
- name: postgres-operator
1515
newName: registry.developers.crunchydata.com/crunchydata/postgres-operator
16-
newTag: ubi8-5.0.4-0
16+
newTag: ubi8-5.1.0-0
1717

1818
patchesJson6902:
1919
- target:

kustomize/install/bases/manager/manager.yaml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,22 +18,24 @@ spec:
1818
fieldPath: metadata.namespace
1919
- name: CRUNCHY_DEBUG
2020
value: "true"
21-
- name: RELATED_IMAGE_POSTGRES_14
22-
value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.1-0
23-
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.1
24-
value: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-14.1-3.1-0
2521
- name: RELATED_IMAGE_POSTGRES_13
26-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-0"
22+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.5-1"
2723
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
28-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-13.5-3.1-0"
24+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-13.5-3.1-1"
25+
- name: RELATED_IMAGE_POSTGRES_14
26+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-14.1-1"
27+
- name: RELATED_IMAGE_POSTGRES_14_GIS_3.1
28+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis:centos8-14.1-3.1-1"
2929
- name: RELATED_IMAGE_PGADMIN
3030
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:centos8-4.20-0"
3131
- name: RELATED_IMAGE_PGBACKREST
32-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-0"
32+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.36-1"
3333
- name: RELATED_IMAGE_PGBOUNCER
34-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-0"
34+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.16-1"
3535
- name: RELATED_IMAGE_PGEXPORTER
36-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.4-0"
36+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.1.0-0"
37+
- name: RELATED_IMAGE_PGUPGRADE
38+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-upgrade:ubi8-5.1.0-0"
3739
securityContext:
3840
allowPrivilegeEscalation: false
3941
readOnlyRootFilesystem: true

0 commit comments

Comments
 (0)