1. Helm Documentation
"helm rollback": The official documentation explicitly states
"This command rolls a release back to a previous revision." It is the primary command for the scenario described.
Source: Helm Project Documentation
helmrollback.md. Available at: https://helm.sh/docs/helm/helmrollback/
2. Helm Documentation
"Using Helm": The official guide on managing releases describes the lifecycle
including upgrades and rollbacks. It positions helm rollback as the standard procedure for reverting a faulty helm upgrade.
Source: Helm Project Documentation
"Using Helm"
Section: "Upgrading a Release and Recovering on Failure". Available at: https://helm.sh/docs/intro/usinghelm/#upgrading-a-release-and-recovering-on-failure
3. The Linux Foundation
"Introduction to Helm (LFS171x)": This course
offered via edX
covers the fundamentals of managing applications with Helm. The module on "Managing Charts and Releases" details the use of helm rollback to revert to a previous release version as a core operational task.
Source: The Linux Foundation
edX Course LFS171x
Chapter 4: Managing Charts and Releases.