The Kubernetes Package Manager
Go to file
dependabot[bot] 21839b024b
Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1
Bumps [github.com/Masterminds/semver/v3](https://github.com/Masterminds/semver) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/Masterminds/semver/releases)
- [Changelog](https://github.com/Masterminds/semver/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Masterminds/semver/compare/v3.3.0...v3.3.1)

---
updated-dependencies:
- dependency-name: github.com/Masterminds/semver/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-19 21:35:00 +00:00
.github Adding CI for dev-v3 branch 2024-11-11 06:17:45 -07:00
cmd/helm Merge pull request #12769 from banjoh/em/password-to-oci-registries 2024-11-19 16:29:11 -05:00
internal Grammar fixes 2024-09-14 10:30:31 +10:00
pkg Merge pull request #12769 from banjoh/em/password-to-oci-registries 2024-11-19 16:29:11 -05:00
scripts chore: Check tar is installed install script 2024-10-22 16:50:58 +01: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
CONTRIBUTING.md Updating docs around v3 and v4 2024-11-13 16:49:19 -05:00
KEYS Add Scott's key for releases 2024-08-14 10:38:55 -04:00
LICENSE
Makefile Cleanup redundant GO11MODULE 2024-10-20 19:56:14 -07:00
OWNERS Reorder triage ids 2024-10-13 13:37:20 +01:00
README.md Updating docs around v3 and v4 2024-11-13 16:49:19 -05:00
SECURITY.md
code-of-conduct.md
go.mod Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 2024-11-19 21:35:00 +00:00
go.sum Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 2024-11-19 21:35:00 +00:00

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.