Overview
Features
helm_install
Installs a chart into a Kubernetes cluster, with optional release name, namespace, values, and behavior controls such as wait, atomic, and timeout.
helm_upgrade
Upgrades an existing release, with options for release name, chart, namespace, values, set_values, install fallback, wait, atomic, and timeout.
helm_uninstall
Uninstalls a release with optional namespace, and controls to keep history or skip hooks.
helm_repo_add
Adds a chart repository with a name and URL, plus optional credentials (username/password) and credential propagation.
helm_repo_list
Lists configured chart repositories.
helm_template
Renders chart templates locally and outputs the rendered manifests, with optional release name, namespace, values, and Kubernetes API versions.
helm_dependency_update
Updates the chart's dependencies to ensure all required charts are available.
helm_get_values
Retrieves the values for a release, with optional all_values to fetch user-supplied and default values.




