Upgrade Kloudfuse
Upgrade command
-
Before performing an upgrade, validate that the upgrade won’t revert any customization on your cluster. See Upgrade validation
-
To check which Kloudfuse version you have, run the following command:
helm list
-
Run the
upgrade
command.helm upgrade --install -n kfuse kfuse \ oci://us-east1-docker.pkg.dev/mvp-demo-301906/kfuse-helm/kfuse \ --version <x.y.z> \ (1) -f custom_values.yaml
1 version
: Valid Kloudfuse release value; use the most recent one.