Skip to content

Commit de82f24

Browse files
committed
Image updates
Image updates for PGO installers and examples. [ch12164]
1 parent 3285c03 commit de82f24

File tree

11 files changed

+22
-22
lines changed

11 files changed

+22
-22
lines changed

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.0-0
5+
tag: ubi8-5.0.1-0
66

77
## Install in default or single namespace mode
88
singleNamespace: false

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

kustomize/azure/postgres.yaml

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

kustomize/certmanager/postgres/postgres.yaml

Lines changed: 2 additions & 2 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.3-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.3-1
77
postgresVersion: 13
88
customReplicationTLSSecret:
99
name: hippo-repl-tls
@@ -20,7 +20,7 @@ spec:
2020
storage: 1Gi
2121
backups:
2222
pgbackrest:
23-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-0
23+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-1
2424
repoHost:
2525
dedicated: {}
2626
repos:

kustomize/gcs/postgres.yaml

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

kustomize/high-availability/ha-postgres.yaml

Lines changed: 3 additions & 3 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.3-0
6+
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres-ha:centos8-13.3-1
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-0
29+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.33-1
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-0
43+
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-1
4444
replicas: 2
4545
affinity:
4646
podAntiAffinity:

kustomize/install/bases/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.0-0
14+
newTag: ubi8-5.0.1-0

kustomize/keycloak/postgres.yaml

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

kustomize/multi-backup-repo/postgres.yaml

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

kustomize/postgres/postgres.yaml

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

0 commit comments

Comments
 (0)