From 8fe42288c544407268022352806ec41a51f8c8dd Mon Sep 17 00:00:00 2001 From: Darren Boss Date: Thu, 7 Nov 2024 14:09:24 -0800 Subject: [PATCH] Upgrade postgis version --- openshift/templates/crunchy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openshift/templates/crunchy.yaml b/openshift/templates/crunchy.yaml index f69cf34ec..491c1869e 100644 --- a/openshift/templates/crunchy.yaml +++ b/openshift/templates/crunchy.yaml @@ -72,7 +72,7 @@ objects: name: ${APP_NAME}-${SUFFIX} spec: postgresVersion: 14 - postGISVersion: "3.2" + postGISVersion: "3.3" metadata: name: ${APP_NAME}-${SUFFIX} labels: