Rollback- Recovering a failure

About this task

If the upgraded environment is not working as expected or you made an error while upgrading, you can easily rollback the chart to a previous revision.

Procedure

  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.