Rolling Back IBM PEM Standard using the Helm the 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.

To rollback a chart with release name to a previous revision, invoke the following command:

helm rollback my-release <previous revision
        number>

To get the revision number, execute the following command:

helm history my-release
Note: If the revision isn't specified then by default, it will roll back to the last revision.