GAZ-42: Fix invalid Kubernetes memory quantity in ph_values.yaml#140
GAZ-42: Fix invalid Kubernetes memory quantity in ph_values.yaml#140G26karthik wants to merge 3 commits into
Conversation
|
👋 Hi @G26karthik — thank you for your pull request. This PR is currently blocked because we do not have a Contributor License Agreement (CLA) on file for your GitHub account. To get unblocked:
|
There was a problem hiding this comment.
Pull request overview
Fixes an invalid Kubernetes resource quantity in the Payment Hub EE Helm values so deployments won’t be rejected due to an unparseable memory suffix.
Changes:
- Corrected
memory: 192Miqto the valid Kubernetes quantitymemory: 192Miinconfig/ph_values.yaml.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
CLA has been submitted and is pending verification |
|
👋 Hi @G26karthik — thank you for your pull request. This PR is currently blocked because we do not have a Contributor License Agreement (CLA) on file for your GitHub account. To get unblocked:
|
|
CLA Is verified Please look into this @DavidH-1 |
Problem
config/ph_values.yamlline 318 had an invalid Kubernetes memoryquantity suffix
Miq:Miqis not a valid Kubernetes quantity. Valid suffixes areKi,Mi,Gi, etc. This can cause Helm/Kubernetes deploymentvalidation to silently fail or reject the resource spec when
deploying Payment Hub EE.
Fix
Changed
192Miqto192Mi.Related
GAZ-42 — MifosX upgrade epic (memory optimisation is an explicit
goal of this epic)
GitHub: #102
Validation
Checklist