Upgrade Guide

Robusta is installed with Helm, so Robusta upgrades are just Helm upgrades.

Helm Upgrade

This will upgrade Robusta while preserving any custom settings:

helm repo update
helm upgrade robusta robusta/robusta --values=values.yaml

We recommend running the above command exactly as written.

Where is my values.yaml?

If you have lost your values.yaml file, you can extract it from the cluster:

helm get values robusta

Notes

1. We do not recommend running helm upgrade --reuse-values as it doesn't update default values changed in the chart.

  1. To install a Robusta pre-release, run helm upgrade with the --devel flag.