Xray Helm Upgrade

Upgrade an existing Xray Helm deployment to a new chart version.

For installing Xray with Helm, see Xray Helm Installation.

Upgrade

  1. Update the Helm repository index to get the latest chart version.

    helm repo update
  2. Check the chart versions available and note the version you want to upgrade to.

    helm search repo jfrog/xray --versions
  3. Upgrade the release, reusing your existing custom and sizing values files, and pinning the chart version you found in the previous step.

    helm upgrade --install xray jfrog/xray -f <your applied custom values> -f <your applied sizing values> --version <the version of the Xray chart you want to upgrade to>
⚠️

Migrate to Quorum Queues

If your deployment hasn't already migrated from RabbitMQ Classic Queues to Quorum Queues, do this as soon as possible. See Xray RabbitMQ Quorum Upgrade for details.


Did this page help you?