Move the block device provisioner chart into the standard charts/ directory, and rename files to use conventional names, as specified in the HLD.
Added a basic README.md file.
Also removed the namespace from the installed release name, as it is unnecessary and causes issues with longer namespace names (exceeds allowed release name (see CORTX-31052). This was the last of the "release named by namespace" code.
Breaking change
The release name created by the deploy script has changed from cortx-data-blk-data-${namespace} to cortx-block-data. In practice, this chart name shouldn't be relied upon.
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, partial fix for CORTX-31052
This change is related to an issue: #
How was this tested?
Deployed from previous version, tested backwards compatible destroy.
Deployed this version, checked installed release. All Pods became ready. Ran S3 I/O successfully, Ran status script successfully.
Chart is passing CI tests.
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
Move the block device provisioner chart into the standard
charts/
directory, and rename files to use conventional names, as specified in the HLD.Added a basic README.md file.
Also removed the namespace from the installed release name, as it is unnecessary and causes issues with longer namespace names (exceeds allowed release name (see CORTX-31052). This was the last of the "release named by namespace" code.
Breaking change
The release name created by the deploy script has changed from
cortx-data-blk-data-${namespace}
tocortx-block-data
. In practice, this chart name shouldn't be relied upon.Type of change
Applicable issues
How was this tested?
Deployed from previous version, tested backwards compatible destroy.
Deployed this version, checked installed release. All Pods became ready. Ran S3 I/O successfully, Ran status script successfully.
Chart is passing CI tests.
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-block-data/README.md View rendered charts/cortx-block-data/README.md.gotmpl