Skip to content

Commit

Permalink
CrunchyDB: Remove specified image, add version fields instead (#3972)
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad authored Oct 1, 2024
1 parent 6aff457 commit dff42b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions openshift/templates/crunchy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ objects:
metadata:
name: ${APP_NAME}-${SUFFIX}
spec:
image: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres-gis:ubi8-14.7-3.2-0
postgresVersion: 14
postGISVersion: "3.2"
metadata:
name: ${APP_NAME}-${SUFFIX}
labels:
Expand All @@ -84,7 +85,6 @@ objects:
databases:
- postgres
- wps
postgresVersion: 14
instances:
- name: crunchy
replicas: 3
Expand Down
4 changes: 2 additions & 2 deletions openshift/templates/crunchy_standby.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ objects:
metadata:
name: wps-crunchydb-standby
spec:
image: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres-gis:ubi8-14.7-3.2-0
postgresVersion: 14
postGISVersion: "3.2"
metadata:
name: wps-crunchydb-standby
labels:
Expand All @@ -76,7 +77,6 @@ objects:
- postgres
- wps
options: "SUPERUSER"
postgresVersion: 14
instances:
- name: crunchy
replicas: 1
Expand Down

0 comments on commit dff42b2

Please sign in to comment.