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