Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
customer/scripts/2.7/kafka-upgrade.sh
 
kubectl delete sts "kafka"

helm upgrade --install -n kfuse kfuse oci://us-east1-docker.pkg.dev/mvp-demo-301906/kfuse-helm/kfuse --version <SPECIFY VERSION HERE> -f custom_values.yaml

Edit the custom_values.yaml file and move the block under kakfa to kafka-broker section as follwos

Code Block
kafka:
  broker:
    <<previous kafka block>>

Now upgrade the stack with the upgrade command

Upgrading to Kfuse version 2.6.7

...