diff --git a/chart/cas-cif/templates/postgres.yaml b/chart/cas-cif/templates/postgres.yaml index c68eca450d..0f52c899f5 100644 --- a/chart/cas-cif/templates/postgres.yaml +++ b/chart/cas-cif/templates/postgres.yaml @@ -8,7 +8,7 @@ metadata: postgres-operator.crunchydata.com/pgbackrest-restore: {{ now | date "2006-01-02 15:04:05.000000" | quote }} {{- end }} spec: - image: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres:ubi8-14.7-0 + image: "" metadata: labels: {{ include "cas-cif.labels" . | nindent 6 }} postgresVersion: 14 diff --git a/database_backup_test/backup-test/templates/postgres.yaml b/database_backup_test/backup-test/templates/postgres.yaml index 4067f03704..17cf5c1d96 100644 --- a/database_backup_test/backup-test/templates/postgres.yaml +++ b/database_backup_test/backup-test/templates/postgres.yaml @@ -8,7 +8,7 @@ metadata: postgres-operator.crunchydata.com/pgbackrest-restore: {{ now | date "2006-01-02 15:04:05.000000" | quote }} {{- end }} spec: - image: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres:ubi8-14.7-0 + image: "" metadata: labels: {{ include "backup-test.labels" . | nindent 6 }} postgresVersion: 14