Helm Commands
The Kubernetes package manager.
Releases
helm installInstalls a chart, creating a new release in the cluster.
helm upgradeUpgrades an existing release to a new chart version or configuration.
helm rollbackRolls a release back to a previous revision.
helm listLists releases installed in the current (or all) namespaces.
helm statusShows the status and computed manifest of a release.
helm historyShows the revision history of a release.
helm uninstallRemoves a release and its associated Kubernetes resources.