yuweisung opened a new pull request #191: URL: https://github.com/apache/pulsar-helm-chart/pull/191
Fixes #<xyz> ### Motivation Helm chart failed to detect mac m1/arm64 ARCH and failed to install pulsarctl from streamnative. pulsarctl version 0.4.0 (The default in the script) has no arm64 binary. ### Modifications scripts/pulsar/common_auth.sh has been modified by adding arm64 in the ARCH case and bumping up pulsarctl version. The common_auth.sh downloads the "install.sh" from streamnative" and the install.sh has no arm64 supported neither. ### 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org