lhotari opened a new pull request, #436: URL: https://github.com/apache/pulsar-helm-chart/pull/436
### Motivation Installing with helm v3.7.1 fails with this error message: ``` Error: INSTALLATION FAILED: template: pulsar/templates/broker-statefulset.yaml:270:52: executing "pulsar/templates/broker-statefulset.yaml" at <eq .Values.broker.storageOffload.driver "aws-s3">: error calling eq: incompatible types for comparison ``` ### Modifications - Add check that verifies that Helm version is >= 3.10 (Helm 3.10.0 was released in September 2022) - Add CI test that verifies that installing the chart works with Helm 3.10.0 ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- 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]
