Helm - Package manager pour Kubernetes
Find a file
Robert Sirchia 7e6b34d7dd
removing duplicate empty test
Signed-off-by: Robert Sirchia <rsirchia@outlook.com>
2024-10-23 15:17:44 -04:00
.github Bump actions/checkout from 4.2.0 to 4.2.1 2024-10-07 21:46:29 +00:00
cmd/helm Merge pull request #13349 from TerryHowe/format-chart-name 2024-10-01 20:09:36 +02:00
internal Grammar fixes 2024-09-14 10:30:31 +10:00
pkg removing duplicate empty test 2024-10-23 15:17:44 -04:00
scripts [scripts] Add windows arm64 entries in install and release notes scripts 2024-05-12 01:54:57 -07:00
testdata Updating the certificates used for testing 2022-08-24 14:10:03 -04:00
.gitignore Updating .gitignore 2024-03-01 15:29:21 -05:00
.golangci.yml the linter varcheck and deadcode are deprecated (since v1.49.0) 2023-02-01 11:19:09 +08:00
ADOPTERS.md Merge branch 'main' into nj/add-adopters-octopus-deploy 2024-09-11 15:18:18 -04:00
code-of-conduct.md Fixing the code of conduct pointer 2019-12-04 10:23:10 -05:00
CONTRIBUTING.md Grammar fixes 2024-09-14 10:30:31 +10:00
go.mod Bump github.com/containerd/containerd from 1.7.12 to 1.7.23 2024-10-14 21:34:10 +00:00
go.sum Bump github.com/containerd/containerd from 1.7.12 to 1.7.23 2024-10-14 21:34:10 +00:00
KEYS Add Scott's key for releases 2024-08-14 10:38:55 -04:00
LICENSE fix(LICENSE): add copyright year and authors 2016-06-22 10:24:25 -06:00
Makefile Merge pull request #11923 from Bhargav-InfraCloud/helm-create-deprication-tests 2024-09-27 21:37:28 +02:00
OWNERS Reorder triage ids 2024-10-13 13:37:20 +01:00
README.md Merge pull request #13219 from bryanhonof/main 2024-10-07 15:31:45 -04: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

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.

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.