Skip to content

Commit

Permalink
Merge pull request #100 from Cray-HPE/hotfix/CASMCMS-8828
Browse files Browse the repository at this point in the history
CASMCMS-8828 - increase default mem size for jobs.
  • Loading branch information
dlaine-hpe authored Oct 5, 2023
2 parents a2251b2 + 905ef32 commit 1115adf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.10.1] - 2023-10-05
### Changed
- CASMCMS-8828 - increase the default mem requests and limits on jobs.

## [3.10.0] - 2023-09-15
### Changed
- Disabled concurrent Jenkins builds on same branch/commit
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/cray-ims/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ data:
CA_CERT: "/mnt/ca-vol/certificate_authority.crt"
DEFAULT_IMS_IMAGE_SIZE: "15"
DEFAULT_IMS_JOB_NAMESPACE: "{{ .Values.ims_config.cray_ims_job_namespace }}"
DEFAULT_IMS_JOB_MEM_SIZE: "3"
DEFAULT_IMS_JOB_MEM_SIZE: "5"

JOB_CUSTOMER_ACCESS_NETWORK_DOMAIN: "{{ .Values.customer_access.shasta_domain }}"
JOB_CUSTOMER_ACCESS_SUBNET_NAME: "{{ .Values.customer_access.subnet_name }}"
Expand Down

0 comments on commit 1115adf

Please sign in to comment.