Skip to main content

odigos pro central upgrade

Upgrade Odigos Central UI in the central namespace
odigos pro central upgrade [flags]

Examples


# Upgrade Odigos
odigos pro central upgrade

# Upgrade Odigos with custom values
odigos pro central upgrade --set collectorGateway.maxReplicas=10

# Reset all values to chart defaults (opt out of reuse)
odigos pro central upgrade --reset-then-reuse-values=false

Options

      --chart string              Helm chart to install (repo/name, local path, or URL) (default "odigos/odigos-central")
  -h, --help                      help for upgrade
  -n, --namespace string          Target namespace for Odigos Central installation (default "odigos-central")
      --release-name string       Helm release name (default "odigos-central")
      --reset-then-reuse-values   Reset to chart defaults, then reuse values from the previous release (default: true). (default true)
      --set strings               Set values on the command line (key=value)
  -f, --values string             Path to a custom values.yaml file
      --version string            Specify version to upgrade to

Options inherited from parent commands

      --kube-context string   (optional) name of the kubeconfig context to use
      --kubeconfig string     (optional) absolute path to the kubeconfig file (default "KUBECONFIG")
  -v, --verbose               enable verbose output

SEE ALSO