From fd541fc1d387c70c436c8ea85f98d494c45d935e Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Mon, 1 Apr 2024 12:26:38 -0500 Subject: [PATCH 1/2] update configs --- playbook-configs/galveston/datawolfWorkflow.config.prod.json | 2 +- playbook-configs/galveston/globals.config.prod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playbook-configs/galveston/datawolfWorkflow.config.prod.json b/playbook-configs/galveston/datawolfWorkflow.config.prod.json index 2f4e6f4..c1529f6 100644 --- a/playbook-configs/galveston/datawolfWorkflow.config.prod.json +++ b/playbook-configs/galveston/datawolfWorkflow.config.prod.json @@ -1461,7 +1461,7 @@ "variableName": "space", "widget": null, "hidden": true, - "defaultValue": "commresiliencegal", + "defaultValue": "galveston-app", "parametersMap": [ { "paramId": "c528ca2d-f572-45b0-b038-2954415b4b09", diff --git a/playbook-configs/galveston/globals.config.prod.json b/playbook-configs/galveston/globals.config.prod.json index a73eba9..26dbbbe 100644 --- a/playbook-configs/galveston/globals.config.prod.json +++ b/playbook-configs/galveston/globals.config.prod.json @@ -126,7 +126,7 @@ "#CDECF0", "#FFE3C4" ], - "maxStrategies": 20, + "maxStrategies": 14, "conditions": [ { "label": "Flood Zone", From e84980ba9a49b72c842d479a105739841c0fa67c Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Mon, 1 Apr 2024 12:28:21 -0500 Subject: [PATCH 2/2] release fix 1.25.2 --- Chart.yaml | 2 +- README.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 16e2829..34d5d29 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -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 diff --git a/README.md b/README.md index f847a2c..b68533d 100644 --- a/README.md +++ b/README.md @@ -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