Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e9861b5

Browse files
committed
Image updates
Image updates for PGO installers and examples. Issue: [ch12323]
1 parent 93dac81 commit e9861b5

File tree

13 files changed

+30
-30
lines changed

13 files changed

+30
-30
lines changed

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.1.0
6-
appVersion: 5.0.0
6+
appVersion: 5.0.2

helm/install/templates/manager.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ spec:
2121
- name: CRUNCHY_DEBUG
2222
value: "true"
2323
- name: RELATED_IMAGE_POSTGRES_13
24-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.3-1"
24+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-0"
2525
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
26-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis-ha:centos8-13.3-3.1-1"
26+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis-ha:centos8-13.4-3.1-0"
2727
- name: RELATED_IMAGE_PGBACKREST
28-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-1"
28+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2"
2929
- name: RELATED_IMAGE_PGBOUNCER
30-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-1"
30+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-2"
3131
- name: RELATED_IMAGE_PGEXPORTER
3232
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.1-0"
3333
{{- if .Values.singleNamespace }}

helm/postgres/Chart.yaml

+1-1
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.0
6+
appVersion: 5.0.2

helm/postgres/values.yaml

+3-3
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.3-1
11-
pgBackRest: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-1
12-
pgBouncer: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-1
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

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-ha:centos8-13.3-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-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.33-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
1818
repoHost:
1919
dedicated: {}
2020
configuration:

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-ha:centos8-13.3-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-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.33-1
22+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
2323
repoHost:
2424
dedicated: {}
2525
repos:

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-ha:centos8-13.3-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-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.33-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
1818
repoHost:
1919
dedicated: {}
2020
configuration:

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-ha:centos8-13.3-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-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.33-1
29+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
3030
repoHost:
3131
dedicated: {}
3232
repos:
@@ -40,7 +40,7 @@ spec:
4040
storage: 1Gi
4141
proxy:
4242
pgBouncer:
43-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-1
43+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-2
4444
replicas: 2
4545
affinity:
4646
podAntiAffinity:

kustomize/install/bases/manager/manager.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ spec:
1414
- name: CRUNCHY_DEBUG
1515
value: "true"
1616
- name: RELATED_IMAGE_POSTGRES_13
17-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.3-1"
17+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-0"
1818
- name: RELATED_IMAGE_POSTGRES_13_GIS_3.1
19-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis-ha:centos8-13.3-3.1-1"
19+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-gis-ha:centos8-13.4-3.1-0"
2020
- name: RELATED_IMAGE_PGBACKREST
21-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-1"
21+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2"
2222
- name: RELATED_IMAGE_PGBOUNCER
23-
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-1"
23+
value: "registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-2"
2424
- name: RELATED_IMAGE_PGEXPORTER
2525
value: "registry.developers.crunchydata.com/crunchydata/crunchy-postgres-exporter:ubi8-5.0.1-0"
2626
securityContext:

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-ha:centos8-13.3-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-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.33-1
28+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
2929
repoHost:
3030
dedicated: {}
3131
repos:

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-ha:centos8-13.3-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-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.33-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
1818
repoHost:
1919
dedicated: {}
2020
configuration:

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-ha:centos8-13.3-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-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.33-1
18+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
1919
repoHost:
2020
dedicated: {}
2121
repos:

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-ha:centos8-13.3-1
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.4-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.33-1
17+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-2
1818
repoHost:
1919
dedicated: {}
2020
configuration:

0 commit comments

Comments
 (0)