...
Package upgrades to remove service vulnerabilities. There are two required steps relating Beforehelm upgrade
you need to run a script that's related to the Kafka service before helm upgrade
. There will be some downtime between kubectl delete sts "kafka"
running the script and helm upgrade
. You can find the script here
...
Edit the custom_values.yaml file and move the block under kafka to kafka-broker section as follows
...