Displays the version of Helm client and server.
Creates a new chart with the given name.
Installs a chart. The first argument is the release name, and the second is the chart name or path.
Installs a chart from a Helm repository.
Installs a chart with a dynamically generated release name.
Uninstalls a release.
Upgrades a release to a new version of a chart.
Rolls back a release to a previous revision.
Lists all releases in the current namespace.
Lists all releases across all namespaces.
Displays the status of a release.
Shows the revision history of a release.
Gets the values set for a release.
Gets the Kubernetes manifests for a release.
Shows information about a chart.
Shows information about a chart in a repository.
Shows the default values for a chart.
Shows the default values for a chart in a repository.
Locally renders templates for a chart but does not install it.
Locally renders templates for a chart from a repository.
Helm Repository Commands
Adds a chart repository.
Lists the configured chart repositories.
Updates the index of available charts from the configured repositories.
Removes a chart repository.
Searches for charts in the configured repositories.
Helm Package Commands
Packages a chart into a chart archive.
Helm Plugin Commands
Installs a Helm plugin.
Lists installed Helm plugins.
Uninstalls a Helm plugin.
Helm Values Commands
Installs a chart with a specified values file.
Upgrades a release with a specified values file.
Installs a chart and sets a specific value on the command line.
Upgrades a release and sets a specific value on the command line.