Helm - Package manager pour Kubernetes
Find a file
dependabot[bot] 7877b45b63
Bump golang.org/x/crypto from 0.30.0 to 0.31.0
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.30.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.30.0...v0.31.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 194d989b23)
(cherry picked from commit 6ba4c6e000)
2024-12-16 13:29:12 -05:00
.github Increasing the size of the runner used for releases. 2024-11-11 12:13:09 -07:00
cmd/helm Grammar fixes 2024-10-09 15:07:56 -04:00
internal Grammar fixes 2024-10-09 15:07:56 -04:00
pkg fix: fix label name 2024-11-11 12:14:01 -07: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 removing old adopter. 2024-08-26 15:52:03 -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-10-09 15:07:56 -04:00
go.mod Bump golang.org/x/crypto from 0.30.0 to 0.31.0 2024-12-16 13:29:12 -05:00
go.sum Bump golang.org/x/crypto from 0.30.0 to 0.31.0 2024-12-16 13:29:12 -05: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 [mk] Add windows arm64 build targets 2024-05-12 01:54:46 -07:00
OWNERS Move hickeyma to emeritus 2024-07-17 20:14:37 +01:00
README.md Remove GoFish from package managers for installing the binary 2023-08-27 11:54:36 +09:00
SECURITY.md Adding security file 2020-01-28 10:58:27 -05:00

Helm

Build Status Go Report Card GoDoc CII Best Practices

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

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.