Upgrade ScaleOps
Upgrading to the latest ScaleOps release includes the following steps:
- Updating the ScaleOps helm repository
- Updating the ScaleOps CRDs
- Updating the ScaleOps helm chart
Example upgrade command
helm repo add scaleops --username scaleops \
--password <YOUR_SCALEOPS_TOKEN> \
https://registry.scaleops.com/charts/ \
--force-update
helm show crds scaleops/scaleops | kubectl apply --force -f -
helm get values scaleops -n scaleops-system -oyaml | \
helm upgrade scaleops scaleops/scaleops \
--set global.observability.enabled=true \
-n scaleops-system -f -