Skip to content

Commit

Permalink
Merge pull request #120 from IN-CORE/release-1.25.3
Browse files Browse the repository at this point in the history
configure cpu numbers
  • Loading branch information
ywkim312 committed Apr 2, 2024
2 parents 931c8d6 + 0c609d1 commit bb8e247
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 3 additions & 5 deletions 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.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
Expand Down Expand Up @@ -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
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
"variableName": "numCPUs",
"widget": null,
"hidden": true,
"defaultValue": 8,
"defaultValue": 14,
"parametersMap": [
{
"paramId": "72d2212a-9aa6-4511-c0b8-6990e5f51667",
Expand Down

0 comments on commit bb8e247

Please sign in to comment.