Skip to content

Commit

Permalink
Merge pull request #118 from IN-CORE/release-1.25.2
Browse files Browse the repository at this point in the history
Release 1.25.2
  • Loading branch information
longshuicy committed Apr 1, 2024
2 parents 26b94fb + e84980b commit 931c8d6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.25.1
version: 1.25.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ IN-CORE will use a persistent storage to store all data that is uploaded as well
For an example of using existing PVC, see the file [incore-pvc.yaml](incore-pvc.yaml).

## ChangeLog

### 1.25.2
- Fix space and max num of condition config for Galveston Playbooks
-
### 1.25.1
- Fix config for Galveston and SLC Playbooks

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
"variableName": "space",
"widget": null,
"hidden": true,
"defaultValue": "commresiliencegal",
"defaultValue": "galveston-app",
"parametersMap": [
{
"paramId": "c528ca2d-f572-45b0-b038-2954415b4b09",
Expand Down
2 changes: 1 addition & 1 deletion playbook-configs/galveston/globals.config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"#CDECF0",
"#FFE3C4"
],
"maxStrategies": 20,
"maxStrategies": 14,
"conditions": [
{
"label": "Flood Zone",
Expand Down

0 comments on commit 931c8d6

Please sign in to comment.