Rollback – Recovering on Failure

  1. To rollback a chart with release name my-release to a previous revision invoke the following command:
    helm rollback my-release <previous revision number>
  2. To get the revision number execute the following command:
    helm history my-release
    Note: The rollback is only supported to a previous release. Subsequent rollbacks are not supported.

    Rollback from Connect Direct Unix v6.1 is only supported if it was upgraded from Connect Direct Unix 6.0 iFix026 and later releases.