From f20c1264065faa0d61a2c53a007a161021ad94fe Mon Sep 17 00:00:00 2001 From: Mike Vesprini Date: Tue, 21 May 2024 20:23:09 -0700 Subject: [PATCH] chore: use the default crunchy image instead of a pinned version chore: bump pg version to 15 chore: bump pg version to 15 chore: revert to original pgversion 14 --- chart/cas-cif/templates/postgres.yaml | 2 +- database_backup_test/backup-test/templates/postgres.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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