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.
We do not recommend running helm upgrade --reuse-values
as it doesn’t update default values changed in the chart.
Where is my values.yaml?
If you have lost your values.yaml
file, you can extract it from the cluster:
helm get values robusta