diff --git a/.github/workflows/.deployer.yml b/.github/workflows/.deployer.yml index 9077b12d6..a5dc44c0b 100644 --- a/.github/workflows/.deployer.yml +++ b/.github/workflows/.deployer.yml @@ -92,7 +92,7 @@ jobs: tag: ${{ inputs.tag || steps.pr.outputs.pr }} triggered: ${{ steps.deploy.outputs.triggered }} steps: - - uses: bcgov/action-crunchy@a109166ff26880dc75676492a33b816ac0ce392f # v1.2.6 + - uses: bcgov/action-crunchy@v2.0.0 name: Deploy Crunchy id: deploy_crunchy with: diff --git a/charts/crunchy/values.yml b/charts/crunchy/values.yml index 93b5f3783..82ba0eff2 100644 --- a/charts/crunchy/values.yml +++ b/charts/crunchy/values.yml @@ -4,8 +4,9 @@ global: dbName: app #test crunchy: # enable it for TEST and PROD, for PR based pipelines simply use single postgres enabled: true - postgresVersion: 17 - postGISVersion: 3.4 + postgresVersion: 18 + postGISVersion: '3.6' + image: "artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres-gis:ubi9-18.1-3.6-2547" openshift: true 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.