ActionClientGetter: allow disabling rollbacks after failures by joelanford · Pull Request #348 · operator-framework/helm-operator-plugins

everettraven

@joelanford

When an install fails, we uninstall the failed release.
When an upgrade fails, we rollback to the previous release.

This commit makes it possible to disable that behavior, which results in
the latest release being left in a Failed state for the caller to decide
how to act.