Skip to main content

Upgrade or Uninstall

Upgrade to the Latest Version​

To upgrade the Kubero operator to the latest version, simply rerun the installation command for the operator. This will automatically update all components to their latest versions.

kubectl apply -f https://raw.githubusercontent.com/kubero-dev/kubero-operator/main/deploy/operator.yaml

Upgrade Kubero UI​

To upgrade the Kubero UI replace the image tag in the Kubero UI CRD.

kubectl patch kuberoes.application.kubero.dev kubero -p '{"spec":{"image":{"tag":"v1.11"}}}' --type=merge -n kubero

Uninstall Kubero​

warning

Deleting the Kubero Operator will delete all Kubero CRDs and all Kubero resources. This will also delete all Kubero apps and pipelines.

kubectl delete -f https://raw.githubusercontent.com/kubero-dev/kubero-operator/main/deploy/operator.yaml