automation-suite
2024.10
true
UiPath logo, featuring letters U and I in white

Automation Suite on EKS/AKS installation guide

Last updated Oct 15, 2025

Applying a patch

An Automation Suite patch is an update to an existing version, which addresses bugs or security vulnerabilities. For instance, patch 2024.10.1+patch1 addresses issues impacting version 2024.10.1.

Important:

Instead of applying the patch, we recommend upgrading to the Cumulative Update (CU) that contains the same fix. All fixes provided in patches will also be available in the CU mentioned in the release notes for the patch.

To apply a patch to an existing Automation Suite version, take the following steps:

  1. Offline only. Update the registry with the latest images.
    1. Download the following patch artifacts from Patch artifact download links. Choose the set of artifacts applicable to your patch and registry configuration type.

      • To mirror the OCI-compliant registry with the UiPath® registry, download the following artifacts:

        • as-images.txt
        • as-helm-charts.txt
        • mirror-registry.sh
      • To hydrate the OCI-compliant registry with the offline bundle, download the following artifacts:

        • hydrate-registry.sh
        • as-cmk.tar.gz

    2. Important:

      Do not download the artifacts from the links referenced in the instructions on configuring the OCI-compliant registry. Instead, use the download links provided on the Patch artifact download links page.

  2. Starting with Automation Suite 2024.10.4, download the corresponding uipathctl patch version from Patch artifact download links. Replace the current uipathctl version with the patched uipathctl version.
  3. Download versions.json. For instructions, refer toPatch artifact download links.
  4. Apply the patch by running the following commands:
    • For versions prior to Automation Suite 2024.10.4:
      uipathctl cluster patch <path_to_input.json> --versions <path_to_versions.json> --skip-helm --skip-oss-prereq --only <PRODUCTS(comma separated)>uipathctl cluster patch <path_to_input.json> --versions <path_to_versions.json> --skip-helm --skip-oss-prereq --only <PRODUCTS(comma separated)>
      The following configuration sample shows how to apply a patch to Orchestrator and Action Center:
      uipathctl cluster patch <path_to_input.json> --versions <path_to_versions.json> --skip-helm --skip-oss-prereq --only orchestrator,action_centeruipathctl cluster patch <path_to_input.json> --versions <path_to_versions.json> --skip-helm --skip-oss-prereq --only orchestrator,action_center
    • For versions starting with Automation Suite 2024.10.4:
      Note:
      <current versions.json> refers to the versions.json file for the current installation. You can find the file in the following location: <installer_directory>/versions/helm-charts.json.
      You must download the patch versions.json into a directory, and pass the directory path to the --patch-dir-path parameter.
      uipathctl cluster patch <path_to_input.json> --versions <path_to_base_versions.json> --skip-oss-prereq --only <PRODUCTS(comma separated)> --patch-dir-path <path to patch version.json files directory>uipathctl cluster patch <path_to_input.json> --versions <path_to_base_versions.json> --skip-oss-prereq --only <PRODUCTS(comma separated)> --patch-dir-path <path to patch version.json files directory>
      The following configuration sample shows how to apply a patch to Orchestrator and Action Center:
      uipathctl cluster patch <path_to_input.json> --versions <path_to_base_versions.json> --skip-oss-prereq --only orchestrator,action_center --patch-dir-path <path to patch versions.json files directory>uipathctl cluster patch <path_to_input.json> --versions <path_to_base_versions.json> --skip-oss-prereq --only orchestrator,action_center --patch-dir-path <path to patch versions.json files directory>
  5. Check if the patch operation was successful by taking the following steps:
    1. Run the following command to list the versions of all services:
      kubectl -n argocd get application -o wide || helm list -Akubectl -n argocd get application -o wide || helm list -A
    2. Verify that the versions of the patched services are updated.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2025 UiPath. All rights reserved.