From ac9b497be0e4f89db48e0dbf872e6b6ec8b30788 Mon Sep 17 00:00:00 2001 From: Om Mishra <32200996+mishraomp@users.noreply.github.com> Date: Wed, 6 Nov 2024 11:54:22 -0800 Subject: [PATCH] chore(deps): upgrading to 3.4 of postgis --- charts/crunchy/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/crunchy/values.yaml b/charts/crunchy/values.yaml index 40ee1c395..d833f42d4 100644 --- a/charts/crunchy/values.yaml +++ b/charts/crunchy/values.yaml @@ -3,9 +3,9 @@ global: dbName: app #test crunchy: # enable it for TEST and PROD, for PR based pipelines simply use single postgres enabled: true - crunchyImage: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres-gis:ubi8-16.2-3.3-0 + crunchyImage: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres-gis:ubi8-16.2-3.4-0 postgresVersion: 16 - postGISVersion: '3.3' + postGISVersion: '3.4' imagePullPolicy: IfNotPresent # enable below to start a new crunchy cluster after disaster from a backed-up location, crunchy will choose the best place to recover from. # follow https://access.crunchydata.com/documentation/postgres-operator/5.2.0/tutorial/disaster-recovery/