Skip to content

Commit

Permalink
Merge pull request #105 from nerc-project/postgres-images-local-registry
Browse files Browse the repository at this point in the history
postgres: use local registry crunchydata images
  • Loading branch information
jtriley authored Nov 29, 2023
2 parents a190a05 + 3bda0c6 commit a17dcdd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions k8s/overlays/prod/ha-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions k8s/overlays/staging/ha-postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit a17dcdd

Please sign in to comment.