Rolling back to a previous revision

You can roll back to an earlier revision of the current IBM Storage Enabler for Containers release.

Procedure

Perform the following procedure to roll back to an earlier revision of the current IBM Storage Enabler for Containers release:

  1. Display the current and all previous revisions of your release:
    helm history <release_name>
    For example,
    $ helm history rel_1
    REVISION  UPDATED                   STATUS       CHART                                      DESCRIPTION
    1         Wed Oct 24 23:29:50 2018  SUPERSEDED   ibm-storage-enabler-for-containers-1.0.0   Install complete
    2         Fri Nov 2 03:57:32 2018   SUPERSEDED   ibm-storage-enabler-for-containers-1.0.0   Upgrade complete
    3         Fri Nov 2 04:01:24 2018   SUPERSEDED   ibm-storage-enabler-for-containers-1.0.0   Rollback to 1
    4         Fri Nov 2 04:03:42 2018   DEPLOYED     ibm-storage-enabler-for-containers-1.0.0   Rollback to 1
  2. Run:
    helm rollback <release_name> <release_revision>
    For example, to roll back release rel_1 to revision 1:
    helm rollback rel_1 1