I am looking for a way to rollback a helm release to its previous release without specifying the target release version as a number.
Something like helm rollback &
helm rollback &
Unlike the previous old answers above.
According to the latest documentation, you can rollback to the previous version by simply omitting the argument in helm rollback. Which means your command should like below to rollback to the previous version.
helm rollback