Go to file
海的澜色 750b870aed fix stack overflow error (#7114)
* fixed #7111

Signed-off-by: zwwhdls <zwwhdls@hotmail.com>

* update error message

Signed-off-by: zwwhdls <zwwhdls@hotmail.com>

* add test case

Signed-off-by: zwwhdls <zwwhdls@hotmail.com>

* fix lint error

Signed-off-by: zwwhdls <zwwhdls@hotmail.com>
2019-12-02 14:57:51 +00:00
.circleci fix(ci): pin golangci-lint to v1.21.0 2019-11-12 09:41:13 -08:00
.github Update to specify version command output. 2018-03-22 13:21:03 -07:00
cmd/helm docs(install): clarify the --replace flag (#7089) 2019-11-28 12:01:20 +00:00
internal Merge pull request #6914 from bacongobbler/remove-serverconfig 2019-11-25 10:36:21 -08:00
pkg fix stack overflow error (#7114) 2019-12-02 14:57:51 +00:00
scripts fix(get-helm-3): remove tiller checks, fixup version check 2019-11-12 20:08:46 -08:00
testdata fix(getter): set up TLS options during .Get() 2019-11-01 15:54:53 -07:00
.gitignore chore(docs): move docs to helm-www 2019-07-22 12:15:35 -07:00
.golangci.yml Used timeout instead of deadline 2019-11-09 20:00:45 +11:00
CONTRIBUTING.md docs(CONTRIBUTING): add Helm 2's support contract 2019-10-18 11:18:07 -07:00
KEYS chore(*): Add GPG key for Adam 2019-08-26 13:34:09 -07:00
LICENSE fix(LICENSE): add copyright year and authors 2016-06-22 10:24:25 -06:00
Makefile fix(ci): pin golangci-lint to v1.21.0 2019-11-12 09:41:13 -08:00
OWNERS chore(OWNERS): sync with master (#6224) 2019-08-26 11:29:03 +01:00
README.md Merge pull request #6997 from jmymy/update-brew-package-name-in-readme 2019-11-25 13:31:55 -05:00
code-of-conduct.md Update code-of-conduct.md 2017-12-20 13:32:25 -05:00
go.mod ref(go.mod): kubernetes 1.16.2 2019-10-28 13:45:51 -07:00
go.sum ref(go.mod): kubernetes 1.16.2 2019-10-28 13:45:51 -07:00

README.md

Helm

CircleCI 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.
  • GoFish users can use gofish install 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:

Code of conduct

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