Skip to main content
Version: v2.5

Upgrading Workloads

When a new version of an application image is released on Docker Hub, you can upgrade any workloads running a previous version of the application to the new one.

  1. From the Global view, open the project running the workload you want to upgrade.

  2. Find the workload that you want to upgrade and select Vertical (... ) > Edit.

  3. Update the Docker Image to the updated version of the application image on Docker Hub.

  4. Update any other options that you want to change.

  5. Review and edit the workload's Scaling/Upgrade policy.

    These options control how the upgrade rolls out to containers that are currently running. For example, for scalable deployments, you can choose whether you want to stop old pods before deploying new ones, or vice versa, as well as the upgrade batch size.

  6. Click Upgrade.

Result: The workload begins upgrading its containers, per your specifications. Note that scaling up the deployment or updating the upgrade/scaling policy won't result in the pods recreation.