Dry-run a rollback helm

Preview which revision a rollback targets before committing to it

helm history <rel> -n <ns> && helm rollback <rel> <rev> --dry-run -n <ns>