Skip to content

Commit 3426525

Browse files
mishraompCopilot
andauthored
chore: upgrade crunchy action and needed parameters (#2640)
Signed-off-by: Om Mishra <32200996+mishraomp@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1871f6d commit 3426525

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/.deployer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
tag: ${{ inputs.tag || steps.pr.outputs.pr }}
9393
triggered: ${{ steps.deploy.outputs.triggered }}
9494
steps:
95-
- uses: bcgov/action-crunchy@a109166ff26880dc75676492a33b816ac0ce392f # v1.2.6
95+
- uses: bcgov/action-crunchy@v2.0.0
9696
name: Deploy Crunchy
9797
id: deploy_crunchy
9898
with:

charts/crunchy/values.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ global:
44
dbName: app #test
55
crunchy: # enable it for TEST and PROD, for PR based pipelines simply use single postgres
66
enabled: true
7-
postgresVersion: 17
8-
postGISVersion: 3.4
7+
postgresVersion: 18
8+
postGISVersion: '3.6'
9+
image: "artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres-gis:ubi9-18.1-3.6-2547"
910
openshift: true
1011
imagePullPolicy: IfNotPresent
1112
# enable below to start a new crunchy cluster after disaster from a backed-up location, crunchy will choose the best place to recover from.

0 commit comments

Comments
 (0)