From 13d4c914c90cf5128baac6a410c1bbdced67c0aa Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Mon, 1 Apr 2024 19:17:37 -0500 Subject: [PATCH 1/2] configure cpu numbers --- Chart.yaml | 2 +- README.md | 5 ++++- playbook-configs/galveston/datawolfWorkflow.config.prod.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 34d5d29..3b35e00 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.2 +version: 1.25.3 # 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 b68533d..8600837 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,12 @@ 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.3 +- Update Galveston configuration CPU number to acheive best performance + ### 1.25.2 - Fix space and max num of condition config for Galveston Playbooks -- + ### 1.25.1 - Fix config for Galveston and SLC Playbooks diff --git a/playbook-configs/galveston/datawolfWorkflow.config.prod.json b/playbook-configs/galveston/datawolfWorkflow.config.prod.json index c1529f6..0ff8b1a 100644 --- a/playbook-configs/galveston/datawolfWorkflow.config.prod.json +++ b/playbook-configs/galveston/datawolfWorkflow.config.prod.json @@ -306,7 +306,7 @@ "variableName": "numCPUs", "widget": null, "hidden": true, - "defaultValue": 8, + "defaultValue": 14, "parametersMap": [ { "paramId": "72d2212a-9aa6-4511-c0b8-6990e5f51667", From 0c609d103dc739a30a9004ef26c367888d118bb8 Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Tue, 2 Apr 2024 16:15:16 -0500 Subject: [PATCH 2/2] update artifact annotation --- Chart.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 3b35e00..eaf1c33 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -47,8 +47,6 @@ annotations: - name: Helm Chart url: https://github.com/IN-CORE/incore-helm artifacthub.io/changes: | - - IN-CORE release 5.2.0 - - Updated map bounding box order for community app - - New playbooks using incore-playbook 0.6.3 and configuration accordingly - - Upgraded maestro service + - Update Galveston configuration CPU number to acheive best performance +