github redpanda-data/helm-charts redpanda-4.0.0

latest releases: kminion-0.14.2, redpanda-5.9.24, redpanda-5.9.23...
2 years ago

Redpanda is the real-time engine for modern apps.

Breaking changes

TLS is now enabled for the RPC listener by default. Due to a bug in previous versions of rpk, the Helm chart did not enable TLS for the RPC listener, even if you configured it to do so. Therefore, if have TLS enabled in your cluster (which is the default), you must do one of the following to upgrade:

  • Disable TLS for the RPC listener by setting listeners.rpc.tls.enabled to false.

  • Enable TLS for the RPC listener by running the upgrade with --set force=true. Then, while Helm is upgrading the release, manually delete all the pods:

    kubectl -n rn delete pod -l app.kubernetes.io/component=redpanda-statefulset
    

    Warning: If you use emptyDir volumes, your brokers will lose all their data and start with an empty data directory. Consider backing up your brokers' data directories before upgrading.

See #441.

Don't miss a new helm-charts release

NewReleases is sending notifications on new releases.