Upgrade Pulsar Helm release

    We also recommend that you need to provide all values using the syntax or the -f values.yml instead of using --reuse-values, because some of the current values might be deprecated.

    note

    You can retrieve your previous --set arguments cleanly, with helm get values <release-name>. If you direct this into a file (), you can safely

    To upgrade Apache Pulsar to a newer version, follow these steps:

    1. Check the change log for the specific version you would like to upgrade to.

    2. Extract your previous --set arguments with the following command.

    1. Decide all the values you need to set.

      1. helm upgrade <release-name> apache/pulsar \
      2. --version <new version> \
      3. -f pulsar.yaml \