Skip to content

Commit

Permalink
Merge pull request #1914 from bcgov/chore/default-crunchy-image
Browse files Browse the repository at this point in the history
chore: use the default crunchy image instead of a pinned version
  • Loading branch information
pbastia authored May 22, 2024
2 parents 136f07f + f20c126 commit 0030dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chart/cas-cif/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:ubi8-14.7-0
image: ""
metadata:
labels: {{ include "cas-cif.labels" . | nindent 6 }}
postgresVersion: 14
Expand Down
2 changes: 1 addition & 1 deletion 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:ubi8-14.7-0
image: ""
metadata:
labels: {{ include "backup-test.labels" . | nindent 6 }}
postgresVersion: 14
Expand Down

0 comments on commit 0030dc2

Please sign in to comment.