Skip to content

Commit

Permalink
Merge pull request #1806 from bcgov/1707-fix-backup-test-postgres-images
Browse files Browse the repository at this point in the history
Fix: 1707 change obsolete images for PGO in backup test chart
  • Loading branch information
Sepehr-Sobhani authored Jul 20, 2023
2 parents 2ba4145 + 8e2a4fb commit 4a46244
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database_backup_test/backup-test/templates/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:centos8-14.1-0
image: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres:ubi8-14.7-0
metadata:
labels: {{ include "backup-test.labels" . | nindent 6 }}
postgresVersion: 14
Expand Down Expand Up @@ -48,7 +48,7 @@ spec:
postgres-operator.crunchydata.com/instance-set: pgha1
proxy:
pgBouncer:
image: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-pgbouncer:centos8-1.16-0
image: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-pgbouncer:ubi8-1.18-0
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -83,7 +83,7 @@ spec:
- cif
backups:
pgbackrest:
image: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-pgbackrest:centos8-2.36-0
image: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-pgbackrest:ubi8-2.41-4
{{- if .Values.db.restore.enabled }}
restore:
enabled: true
Expand Down

0 comments on commit 4a46244

Please sign in to comment.