pulsar-helm-chart
pulsar-helm-chart copied to clipboard
added arm64 in common_auth.sh
Fixes #
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.