MCPcopy
hub / github.com/helm/helm

github.com/helm/helm @v4.2.2 sqlite

repository ↗ · DeepWiki ↗ · release v4.2.2 ↗
3,609 symbols 18,488 edges 536 files 1,344 documented · 37%
README

Helm

Build Status Go Report Card GoDoc CII Best Practices OpenSSF Scorecard LFX Health Score

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)

Helm Development and Stable Versions

Helm v4 is currently under development on the main branch. This is unstable and the APIs within the Go SDK and at the command line are changing. Helm v3 (current stable) is maintained on the dev-v3 branch. APIs there follow semantic versioning.

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.
  • Winget users can use winget install Helm.Helm.
  • Scoop users can use scoop install helm.
  • Snapcraft users can use snap install helm --classic.
  • Flox users can use flox install kubernetes-helm.
  • Mise-en-place users can use mise use -g helm@latest

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.

Extension points exported contracts — how you extend this code

Creator (Interface)
Creator is the interface that wraps the Create method. Create stores the release or returns ErrReleaseExists if an iden [13 …
pkg/storage/driver/driver.go
Writer (Interface)
Writer is an interface that any type can implement to write supported formats [7 implementers]
pkg/cli/output/output.go
Getter (Interface)
Getter is an interface to support GET to the specified URL. [23 implementers]
pkg/getter/getter.go
PostRenderer (Interface)
PostRenderer is an interface different plugin runtimes it may be also be used without the factory for custom post-render [22 …
pkg/postrenderer/postrenderer.go
Config (Interface)
Config represents a plugin type specific configuration It is expected to type assert (cast) the Config to its expected u [17 …
internal/plugin/config.go
Waiter (Interface)
Waiter defines methods related to waiting for resource states. [5 implementers]
pkg/kube/interface.go
Pusher (Interface)
Pusher is an interface to support upload to the specified URL. [2 implementers]
pkg/pusher/pusher.go
ChartLoader (Interface)
ChartLoader loads a chart. [1 implementers]
pkg/chart/v2/loader/load.go

Core symbols most depended-on inside this repo

Fatal
called by 765
internal/test/test.go
Fatalf
called by 686
internal/test/test.go
Run
called by 360
pkg/postrenderer/postrenderer.go
Contains
called by 344
pkg/kube/resource.go
Create
called by 151
pkg/kube/interface.go
Logger
called by 148
internal/logging/logging.go
String
called by 146
pkg/gates/gates.go
Helper
called by 136
internal/test/test.go

Shape

Function 2,266
Method 873
Struct 334
TypeAlias 59
FuncType 41
Interface 36

Languages

Go100%

Modules by API surface

pkg/kube/client.go61 symbols
pkg/kube/client_test.go54 symbols
pkg/registry/client.go51 symbols
pkg/action/install_test.go47 symbols
pkg/action/action_test.go44 symbols
pkg/engine/engine_test.go41 symbols
pkg/kube/ready_test.go35 symbols
pkg/release/common.go32 symbols
pkg/storage/storage_test.go30 symbols
pkg/cmd/flags.go30 symbols
pkg/engine/engine.go28 symbols
pkg/chart/common.go28 symbols

Used by 2 indexed graphs manifest dependencies, hub-wide

Dependencies from manifests, versioned

dario.cat/mergov1.0.1 · 1×
github.com/AdaLogics/go-fuzz-headersv0.0.0-2023081113042 · 1×
github.com/Azure/go-ansitermv0.0.0-2025010203350 · 1×
github.com/BurntSushi/tomlv1.6.0 · 1×
github.com/DATA-DOG/go-sqlmockv1.5.2 · 1×
github.com/MakeNowJust/heredocv1.0.0 · 1×
github.com/Masterminds/goutilsv1.1.1 · 1×
github.com/Masterminds/semver/v3v3.5.0 · 1×
github.com/Masterminds/sprig/v3v3.3.0 · 1×
github.com/Masterminds/vcsv1.13.3 · 1×
github.com/ProtonMail/go-cryptov1.4.1 · 1×

For agents

$ claude mcp add helm \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact