Hi all, We have published the released Pulsar helm chart to https://pulsar.apache.org/charts. You can use the following commands to add the released helm chart to your local helm repository and start using it.
helm repo add apache https://pulsar.apache.org/charts helm repo update helm upgrade install \ --set initialize=true \ --version=<chart-version> \ <release-name> apache/pulsar You can refer to the README of https://github.com/apache/pulsar-helm-chart for more details. The pulsar website is also updated to use the published helm chart. The helm chart can be found in Artifact Hub: https://artifacthub.io/packages/helm/apache/pulsar We are also adding the chart to Helm Hub as well. We will include the Helm chart as part of the Pulsar release process in future releases. If you encounter any issues using the Pulsar Helm chart, feel free to submit an issue to https://github.com/apache/pulsar-helm-chart. Contributions are always welcome! - Sijie