Install via winget
winget
install
Helm.Helm
Upgrade via winget
winget
upgrade
Helm.Helm
About Helm
Helm is the de facto package manager for Kubernetes. It uses "charts" to define, install, and upgrade complex Kubernetes applications. Helm simplifies the deployment of applications to Kubernetes clusters, manages dependencies, supports rollbacks, and provides a templating engine for generating Kubernetes manifests. An essential tool in any DevOps toolkit.
Package ID
Helm.Helm
Version
3.16.1
Publisher
License
Apache-2.0
Installer Type
zip (portable)
Release Date
2024-09-12
Moniker
helm
Source
Tags
Frequently Asked Questions
How do I install Helm using winget?
Open a terminal (PowerShell or Command Prompt) and run: winget install Helm.Helm. Winget will download and install the latest version automatically.
Is Helm free to download?
Helm is licensed under Apache-2.0. This is a free and open-source license - you can download and use it at no cost.
What version of Helm is listed here?
The version listed on this page is 3.16.1, released on 2024-09-12. Use the winget command to ensure you get the latest available version from the official registry.
How do I update Helm with winget?
Run: winget upgrade Helm.Helm to update to the latest version. You can also run winget upgrade --all to update all installed packages at once.
How do I uninstall Helm?
Run: winget uninstall Helm.Helm from your terminal to remove Helm from your system.