Skip to content

Commit

Permalink
chore: use the default crunchy image instead of a pinned version
Browse files Browse the repository at this point in the history
chore: bump pg version to 15

chore: bump pg version to 15

chore: revert to original pgversion 14
  • Loading branch information
mikevespi committed May 22, 2024
1 parent 136f07f commit f20c126
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 f20c126

Please sign in to comment.