Which command is used to rollback a Helm release to a previous revision?
rolls back a release to a specified revision.
Why this answer
The `helm rollback` command rolls back a release to a specified revision. Option B (helm rollback <release-name> <revision>) is the correct command. Option A (helm history) shows revision history, not a rollback.
Option C (helm install) installs a new release. Option D (helm upgrade) upgrades to a new version, not a rollback.