The Kubernetes Package Manager
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
Andrew Block 6ca5f12b18
Merge pull request #13552 from helm/fix_dependabot_targetbranch
5 days ago
.github Fix `dependabot.yml` 5 days ago
cmd/helm Merge pull request #13546 from mattfarina/bump-go-1.23 6 days ago
internal Grammar fixes 3 months ago
pkg Merge pull request #13232 from dnskr/helm-create-dont-render-empty-resource-fields 6 days ago
scripts Update to Go 1.23 7 days ago
testdata Updating the certificates used for testing 2 years ago
.gitignore Add precommit config to .gitignore 1 month ago
.golangci.yml Update golangci-lint version 6 days ago
ADOPTERS.md Adding Oracle to the adopters list 2 weeks ago
CONTRIBUTING.md Updating docs around v3 and v4 1 month ago
KEYS Add Scott's key for releases 4 months ago
LICENSE fix(LICENSE): add copyright year and authors 9 years ago
Makefile Cleanup redundant GO11MODULE 2 months ago
OWNERS Reorder triage ids 2 months ago
README.md Updating docs around v3 and v4 1 month ago
SECURITY.md Adding security file 5 years ago
code-of-conduct.md Fixing the code of conduct pointer 5 years ago
go.mod Update to Go 1.23 7 days ago
go.sum Bump github.com/cyphar/filepath-securejoin from 0.3.5 to 0.3.6 1 week ago

README.md

Helm

Build Status Go Report Card GoDoc CII Best Practices OpenSSF Scorecard

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)

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.
  • Scoop users can use scoop install helm.
  • Snapcraft users can use snap install helm --classic.
  • Flox users can use flox install kubernetes-helm.

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.

The development of Helm v4 is currently happening on the main branch while the development of Helm v3, the stable branch, is happening on the dev-v3 branch. Changes should be made to the main branch prior to being added to the dev-v3 branch so that all changes are carried along to Helm v4.

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.