Cleanup HA chart values, in the same vein as previous changes.
Rename object from cortxha to ha
Document values
Use camel case for variable names
Use new image format and simplify assignment in deploy script
Type of change
[ ] Bug fix (non-breaking change that fixes an issue)
[X] New feature (non-breaking change that adds new functionality)
[ ] Breaking change (bug fix or new feature that breaks existing functionality)
[ ] Third-party dependency update
[ ] Documentation additions or improvements
[ ] Code quality improvements to existing code or test additions/updates
Applicable issues
This change fixes an issue: CORTX-32157
This change is related to an issue: #
How was this tested?
Deployed cluster, ran scripts, S3 I/O, CSM APIs
Compared the output of kubectl get deployments,statefulsets,services,cm -o yaml from before and after this change, it is identical, minus the unique deployment metadata.
Changed default resources values and saw them applied successfully to the Deployment.
Additional information
Checklist
[X] The change is tested and works locally.
[ ] New or changed settings in the solution YAML are documented clearly in the README.md file.
Description
Cleanup HA chart values, in the same vein as previous changes.
Type of change
Applicable issues
How was this tested?
Deployed cluster, ran scripts, S3 I/O, CSM APIs
Compared the output of
kubectl get deployments,statefulsets,services,cm -o yaml
from before and after this change, it is identical, minus the unique deployment metadata.Changed default resources values and saw them applied successfully to the Deployment.
Additional information
Checklist
If this change requires newer CORTX or third party image versions:
image
fields in solution.example.yaml have been updated to use the required versions.appVersion
field of the Helm chart has been updated to use the new CORTX version.If this change addresses a CORTX Jira issue:
CORTX-XXXXX:
)View rendered charts/cortx/README.md