Helm - Package manager pour Kubernetes
Find a file
Terry Howe 609e1ca72c
Some checks failed
build-test / build (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
golangci-lint / golangci-lint (push) Has been cancelled
release / release (push) Has been cancelled
release / canary-release (push) Has been cancelled
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Merge pull request #32145 from helm/dependabot/github_actions/main/github/codeql-action-4.36.0
chore(deps): bump github/codeql-action from 4.35.5 to 4.36.0
2026-05-22 17:01:22 -05:00
.github Merge pull request #32145 from helm/dependabot/github_actions/main/github/codeql-action-4.36.0 2026-05-22 17:01:22 -05:00
cmd/helm ignore error plugin loads (cli, getter) 2026-03-12 17:56:01 -07:00
internal internal/plugin: remove zero-width spaces from plugin name comment 2026-05-20 13:24:39 +03:00
pkg Merge pull request #32113 from isumitsolanki/issue_32100 2026-05-19 13:45:43 -06:00
scripts chore: Update release notes script for Helm v4 2026-04-09 13:54:24 -07:00
testdata Do not explicitly set SNI in HTTPGetter 2025-03-23 14:34:02 -04:00
.gitignore test(values): add tests for subchart nil value regressions 2026-04-13 20:09:47 +02:00
.golangci.yml Merge pull request #30811 from mmorel-35/testifylint 2026-04-24 21:35:35 -07:00
.goreleaser.yaml build: use goreleaser build with manual archive creation 2026-05-02 19:19:20 -06:00
ADOPTERS.md Add Percona to the list of organizations using Helm 2025-02-07 11:47:48 +00:00
AGENTS.md chore: Improve AGENTS.md 2026-02-23 16:55:25 -08:00
code-of-conduct.md Fixing the code of conduct pointer 2019-12-04 10:23:10 -05:00
CONTRIBUTING.md docs: fix grammar and spacing in CONTRIBUTING.md 2026-04-19 22:45:05 +05:30
go.mod fix(upstream): upgrade to cli-utils 1.2.1, controller-runtime 0.24.1 and k8s 1.36.1 2026-05-16 15:28:27 +01:00
go.sum fix(upstream): upgrade to cli-utils 1.2.1, controller-runtime 0.24.1 and k8s 1.36.1 2026-05-16 15:28:27 +01:00
KEYS chore: new KEYS entry for George Jenkins 2026-02-08 09:45:12 -08:00
LICENSE fix(LICENSE): add copyright year and authors 2016-06-22 10:24:25 -06:00
Makefile build: Clean up Goreleaser change (#32098) 2026-05-04 19:46:58 -04:00
OWNERS chore: move Evans Mungai from triage to maintainers 2026-01-01 13:28:01 +02:00
README.md docs: update version status for v4 stable release 2026-05-22 09:47:41 +02:00
SECURITY.md Adding security file 2020-01-28 10:58:27 -05:00

Helm

Build Status Go Report Card GoDoc CII Best Practices OpenSSF Scorecard LFX Health Score

Helm is a tool for managing Charts. Charts are packages of pre-configured Kubernetes resources.

Use Helm to:

  • Find and use popular software packaged as Helm Charts to run in Kubernetes
  • Share your own applications as Helm Charts
  • Create reproducible builds of your Kubernetes applications
  • Intelligently manage your Kubernetes manifest files
  • Manage releases of Helm packages

Helm in a Handbasket

Helm is a tool that streamlines installing and managing Kubernetes applications. Think of it like apt/yum/homebrew for Kubernetes.

  • Helm renders your templates and communicates with the Kubernetes API
  • Helm runs on your laptop, CI/CD, or wherever you want it to run.
  • Charts are Helm packages that contain at least two things:
    • A description of the package (Chart.yaml)
    • One or more templates, which contain Kubernetes manifest files
  • Charts can be stored on disk, or fetched from remote chart repositories (like Debian or RedHat packages)

Helm Development and Stable Versions

Helm v4 is the current stable release, developed on the main branch. Helm v3 is in support mode on the dev-v3 branch: bug fixes until July 8th 2026, security fixes until November 11th 2026.

Install

Binary downloads of the Helm client can be found on the Releases page.

Unpack the helm binary and add it to your PATH and you are good to go!

If you want to use a package manager:

  • Homebrew users can use brew install helm.
  • Chocolatey users can use choco install kubernetes-helm.
  • Winget users can use winget install Helm.Helm.
  • Scoop users can use scoop install helm.
  • Snapcraft users can use snap install helm --classic.
  • Flox users can use flox install kubernetes-helm.
  • Mise-en-place users can use mise use -g helm@latest

To rapidly get Helm up and running, start with the Quick Start Guide.

See the installation guide for more options, including installing pre-releases.

Docs

Get started with the Quick Start guide or plunge into the complete documentation.

Roadmap

The Helm roadmap uses GitHub milestones to track the progress of the project.

Helm v4 development happens on the main branch. Helm v3 is in support mode on the dev-v3 branch and receives only bug and security fixes.

Community, discussion, contribution, and support

You can reach the Helm community and developers via the following channels:

Contribution

If you're interested in contributing, please refer to the Contributing Guide before submitting a pull request.

Code of conduct

Participation in the Helm community is governed by the Code of Conduct.