Skip to main content
To upgrade Odigos Central to a newer version:

Using CLI

odigos pro central upgrade --version <version>
Options:
FlagDefaultDescription
--version(required)Version to upgrade to (e.g., v1.2.0)
--namespace, -nodigos-centralTarget namespace
--yesfalseSkip confirmation prompt
--image-pull-secrets(existing)Update image pull secrets
--central-max-message-size(existing)Update max gRPC message size
Example:
odigos pro central upgrade --version v1.2.0 --yes

Using Helm

helm repo update
helm upgrade odigos-central odigos/odigos-central \
  --namespace odigos-central \
  --reuse-values \
  --version <chart-version>
When upgrading, the Keycloak admin password is preserved from the existing secret to prevent credential mismatch.