Skip to content

Commit 3a42696

Browse files
committed
postgres: use local registry crunchydata images
1 parent ee97a8b commit 3a42696

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

kubernetes/regapp/overlays/prod/patches/regapp-db.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: regapp-postgres-ha
55
namespace: regapp
66
spec:
7-
image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1
7+
image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-postgres:latest
88
postgresVersion: 13
99
instances:
1010
- name: regapp-pgha1
@@ -27,7 +27,7 @@ spec:
2727
postgres-operator.crunchydata.com/instance-set: regapp-pgha1
2828
backups:
2929
pgbackrest:
30-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0
30+
image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-pgbackrest:latest
3131
configuration:
3232
- secret:
3333
name: pgo-s3-conf
@@ -66,7 +66,7 @@ spec:
6666
region: "us-east-1"
6767
proxy:
6868
pgBouncer:
69-
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-3
69+
image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-pgbouncer:latest
7070
replicas: 2
7171
affinity:
7272
podAntiAffinity:

0 commit comments

Comments
 (0)