Skip to content

Commit

Permalink
Merge pull request #3509 from bcgov/NDT-375-Investigate-Regional-Dist…
Browse files Browse the repository at this point in the history
…ricts-and-Economic-Regions-for-CCBC

chore: add postgis to DB
  • Loading branch information
rafasdc authored Sep 3, 2024
2 parents f546533 + f5647a2 commit 55c689e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## [1.189.1](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.189.0...v1.189.1) (2024-09-03)

# [1.189.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.188.0...v1.189.0) (2024-08-30)

### Features
Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -656,3 +656,4 @@ tables/communities_source_data_001_service_account 2024-08-28T16:32:48Z Rafael S
@1.187.0 2024-08-29T20:15:20Z CCBC Service Account <[email protected]> # release v1.187.0
@1.188.0 2024-08-30T17:51:56Z CCBC Service Account <[email protected]> # release v1.188.0
@1.189.0 2024-08-30T18:07:26Z CCBC Service Account <[email protected]> # release v1.189.0
@1.189.1 2024-09-03T15:49:04Z CCBC Service Account <[email protected]> # release v1.189.1
3 changes: 2 additions & 1 deletion helm/app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,9 @@ loadTest:
crunchy-postgres:
nameOverride: ccbc
fullnameOverride: ccbc
crunchyImage: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres:ubi8-14.7-0
# crunchyImage: artifacts.developer.gov.bc.ca/bcgov-docker-local/crunchy-postgres:ubi8-14.7-0
postgresVersion: 14
postGISVersion: 3.3
instances:
name: hippo-ha # high availability
replicas: 3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
"version": "1.189.0",
"version": "1.189.1",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <[email protected]>",
Expand Down

0 comments on commit 55c689e

Please sign in to comment.