Rollback of Control Center with Helm chart

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.

Follow these steps to rollback the helm chart upgrade:

  1. To rollback a chart with release name <my-release> to a previous revision invoke the following command:
    $ helm rollback <Release Name>
    Example:
    $ helm rollback test
  2. To get the revision number execute the following command:
    $ helm history test