Skip to Content
InstallationUpgrade ScaleOps

Upgrade ScaleOps

Upgrading to the latest ScaleOps release includes the following steps:

  1. Updating the ScaleOps helm repository
  2. Updating the ScaleOps CRDs
  3. 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 -