From 3bda0c6c34795f72677e590cc94b2c5e42f1b954 Mon Sep 17 00:00:00 2001 From: Justin Riley Date: Tue, 28 Nov 2023 15:31:19 -0500 Subject: [PATCH] postgres: use local registry crunchydata images --- k8s/overlays/prod/ha-postgres.yaml | 6 +++--- k8s/overlays/staging/ha-postgres.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/k8s/overlays/prod/ha-postgres.yaml b/k8s/overlays/prod/ha-postgres.yaml index dc602d4..65fd1cb 100644 --- a/k8s/overlays/prod/ha-postgres.yaml +++ b/k8s/overlays/prod/ha-postgres.yaml @@ -3,7 +3,7 @@ kind: PostgresCluster metadata: name: coldfront-postgres-ha spec: - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1 + image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-postgres:latest postgresVersion: 13 instances: - name: pgha1 @@ -26,7 +26,7 @@ spec: postgres-operator.crunchydata.com/instance-set: pgha1 backups: pgbackrest: - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0 + image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-pgbackrest:latest configuration: - secret: name: pgo-s3-conf @@ -65,7 +65,7 @@ spec: region: "us-east-1" proxy: pgBouncer: - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-3 + image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-pgbouncer:latest replicas: 2 affinity: podAntiAffinity: diff --git a/k8s/overlays/staging/ha-postgres.yaml b/k8s/overlays/staging/ha-postgres.yaml index c2d8d48..7d93063 100644 --- a/k8s/overlays/staging/ha-postgres.yaml +++ b/k8s/overlays/staging/ha-postgres.yaml @@ -3,7 +3,7 @@ kind: PostgresCluster metadata: name: coldfront-postgres-ha spec: - image: registry.developers.crunchydata.com/crunchydata/crunchy-postgres:centos8-13.4-1 + image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-postgres:latest postgresVersion: 13 instances: - name: pgha1 @@ -26,7 +26,7 @@ spec: postgres-operator.crunchydata.com/instance-set: pgha1 backups: pgbackrest: - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbackrest:centos8-2.35-0 + image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-pgbackrest:latest repos: - name: repo1 volume: @@ -38,7 +38,7 @@ spec: storage: 5Gi proxy: pgBouncer: - image: registry.developers.crunchydata.com/crunchydata/crunchy-pgbouncer:centos8-1.15-3 + image: default-route-openshift-image-registry.apps.nerc-shift-1.rc.fas.harvard.edu/postgres-operator/crunchy-pgbouncer:latest replicas: 2 affinity: podAntiAffinity: