dnskr opened a new pull request, #11: URL: https://github.com/apache/ozone-helm-charts/pull/11
## What changes were proposed in this pull request? The PR upgrades default Ozone version to the latests 1.4.1 version. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-11832 ## How was this patch tested? ### Test 1 Release the chart with default values: ```shell helm install ozone charts/ozone ``` Test case: create bucket -> upload file -> download file. ### Test 2 Release the chart with persistence enabled: ```shell helm install ozone charts/ozone --set datanode.persistence.enabled=true --set om.persistence.enabled=true --set s3g.persistence.enabled=true --set scm.persistence.enabled=true ``` Test case: create bucket -> upload file -> download file -> uninstall the chart -> install the chart again -> download file. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
