Download Latest Version Helm v3.19.1 source code.tar.gz (771.5 kB)
Email in envelope

Get an email when there's a new version of Helm

Home / v3.19.0
Name Modified Size InfoDownloads / Week
Parent folder
helm-v3.19.0-windows-amd64.zip.sha256.asc 2025-09-11 833 Bytes
helm-v3.19.0-windows-amd64.zip.sha256sum.asc 2025-09-11 833 Bytes
helm-v3.19.0-windows-arm64.zip.asc 2025-09-11 833 Bytes
helm-v3.19.0-windows-arm64.zip.sha256.asc 2025-09-11 833 Bytes
helm-v3.19.0-windows-arm64.zip.sha256sum.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-riscv64.tar.gz.sha256.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-riscv64.tar.gz.sha256sum.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-s390x.tar.gz.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-s390x.tar.gz.sha256.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-s390x.tar.gz.sha256sum.asc 2025-09-11 833 Bytes
helm-v3.19.0-windows-amd64.zip.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-arm64.tar.gz.sha256sum.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-ppc64le.tar.gz.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-ppc64le.tar.gz.sha256.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-ppc64le.tar.gz.sha256sum.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-riscv64.tar.gz.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-amd64.tar.gz.sha256sum.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-arm64.tar.gz.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-arm64.tar.gz.sha256.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-arm.tar.gz.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-arm.tar.gz.sha256.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-arm.tar.gz.sha256sum.asc 2025-09-11 833 Bytes
helm-v3.19.0-darwin-arm64.tar.gz.sha256sum.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-386.tar.gz.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-386.tar.gz.sha256.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-386.tar.gz.sha256sum.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-amd64.tar.gz.asc 2025-09-11 833 Bytes
helm-v3.19.0-linux-amd64.tar.gz.sha256.asc 2025-09-11 833 Bytes
helm-v3.19.0-darwin-amd64.tar.gz.asc 2025-09-11 833 Bytes
helm-v3.19.0-darwin-amd64.tar.gz.sha256.asc 2025-09-11 833 Bytes
helm-v3.19.0-darwin-amd64.tar.gz.sha256sum.asc 2025-09-11 833 Bytes
helm-v3.19.0-darwin-arm64.tar.gz.asc 2025-09-11 833 Bytes
helm-v3.19.0-darwin-arm64.tar.gz.sha256.asc 2025-09-11 833 Bytes
Helm v3.19.0 source code.tar.gz 2025-09-11 769.8 kB
Helm v3.19.0 source code.zip 2025-09-11 1.5 MB
README.md 2025-09-11 9.0 kB
Totals: 36 Items   2.3 MB 4

Helm v3.19.0 is a feature release. Users are encouraged to upgrade for the best experience.

The community keeps growing, and we'd love to see you there!

  • Join the discussion in Kubernetes Slack:
  • for questions and just to hang out
  • for discussing PRs, code, and bugs
  • Hang out at the Public Developer Call: Thursday, 9:30 Pacific via Zoom
  • Test, debug, and contribute charts: ArtifactHub/packages

Notable Changes

  • Fixed a helm pull regression from 3.18 - error pulling OCI charts with --password [#31230]
  • Fixed a helm lint regression from Helm 3.18 - rejected JSON Schema $ref URLs that worked in 3.17.x [#31166]
  • Fixed go mod tidy [#31154]
  • Fixed k8s version parsing not matching original [#31091]
  • Fixed charts failing when using a redirect registry [#31087]
  • Fixed missing debug logging for OCI transport
  • Fixed broken legacy docker support for login [#30941]
  • Fixed bugs from the move to ORAS v2
  • Fixed processing all hook deletions on failure [#30673]
  • Feature for helm create added httproute from gateway-api to create chart template [#30658]

Installation and Upgrading

Download Helm v3.19.0. The common platform binaries are here:

The Quickstart Guide will get you going from there. For upgrade instructions or detailed installation notes, check the install guide. You can also use a script to install on any system with bash.

What's Next

  • 3.19.1 will contain only bug fixes.
  • 3.20.0 is the next feature release.

Changelog

  • bump version to v3.19.0 [3d8990] (Scott Rigby)
  • fix: use username and password if provided [9a54bf] (Evans Mungai)
  • chore(deps): bump the k8s-io group with 7 updates [5af0f6] (dependabot[bot])
  • chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 [e48560] (dependabot[bot])
  • chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 [6355c3] (dependabot[bot])
  • chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 [ec61f6] (dependabot[bot])
  • fix(helm-lint): fmt [b27802] (Isaiah Lewis)
  • fix(helm-lint): Add TLSClientConfig [d33ac5] (Isaiah Lewis)
  • fix(helm-lint): Add HTTP/HTTPS URL support for json schema references [854370] (Isaiah Lewis)
  • chore(deps): bump the k8s-io group with 7 updates [89a3f9] (dependabot[bot])
  • fix: go mod tidy for v3 [da4c58] (Terry Howe)
  • chore(deps): bump golang.org/x/crypto from 0.40.0 to 0.41.0 [e40b1b] (dependabot[bot])
  • chore(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 [a27e9d] (dependabot[bot])
  • fix Chart.yaml handling [f13afa] (Matt Farina)
  • Handle messy index files [039b0b] (Matt Farina)
  • chore(deps): bump github.com/containerd/containerd from 1.7.27 to 1.7.28 [bec98a] (dependabot[bot])
  • json schema fix [6d9509] (Robert Sirchia)
  • fix: k8s version parsing to match original [807225] (Borys Hulii)
  • chore(deps): bump sigs.k8s.io/yaml from 1.5.0 to 1.6.0 [cbbd56] (dependabot[bot])
  • Do not explicitly set SNI in HTTPGetter [5e8ff7] (Terry Howe)
  • chore(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 [5b5fb5] (dependabot[bot])
  • chore(deps): bump the k8s-io group with 7 updates [d12538] (dependabot[bot])
  • chore(deps): bump golang.org/x/crypto from 0.39.0 to 0.40.0 [303f80] (dependabot[bot])
  • chore(deps): bump golang.org/x/term from 0.32.0 to 0.33.0 [abcc2e] (dependabot[bot])
  • chore(deps): bump golang.org/x/text from 0.26.0 to 0.27.0 [521c67] (dependabot[bot])
  • Disabling linter due to unknown issue [227c9c] (Matt Farina)
  • Updating link handling [4389fa] (Matt Farina)
  • Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 [372e40] (dependabot[bot])
  • build(deps): bump the k8s-io group with 7 updates [4fa5a6] (dependabot[bot])
  • build(deps): bump sigs.k8s.io/yaml from 1.4.0 to 1.5.0 [6284ed] (dependabot[bot])
  • fix: user username password for login [2c55a4] (Terry Howe)
  • Update pkg/registry/transport.go [a16e98] (Terry Howe)
  • Update pkg/registry/transport.go [cea26d] (Terry Howe)
  • fix: add debug logging to oci transport [b52bb4] (Terry Howe)
  • build(deps): bump golang.org/x/crypto from 0.38.0 to 0.39.0 [45075c] (dependabot[bot])
  • build(deps): bump golang.org/x/text from 0.25.0 to 0.26.0 [73a782] (dependabot[bot])
  • fix: legacy docker support broken for login [733f94] (Terry Howe)
  • fix: plugin installer test with no Internet [fc3604] (Terry Howe)
  • Handle an empty registry config file. [cfe8ce] (Matt Farina)
  • Prevent fetching newReference again as we have in calling method [c33215] (Benoit Tigeot)
  • Prevent failure when resolving version tags in oras memory store [f552b6] (Benoit Tigeot)
  • fix(client): skipnode utilization for PreCopy [a18a52] (Brandt Keller)
  • test: Skip instead of returning early. looks more intentional [fedf50] (Jesse Simpson)
  • test: tests repo stripping functionality [fe512b] (Jesse Simpson)
  • test: include tests for Login based on different protocol prefixes [099a9e] (Jesse Simpson)
  • fix(client): layers now returns manifest - remove duplicate from descriptors [b07ab7] (Brandt Keller)
  • fix(client): return nil on non-allowed media types [c225c1] (Brandt Keller)
  • Fix 3.18.0 regression: registry login with scheme [c0f3ac] (Scott Rigby)
  • Update pkg/plugin/plugin.go [dce60a] (Benoit Tigeot)
  • Update pkg/plugin/plugin.go [cda086] (Benoit Tigeot)
  • Wait for Helm v4 before raising when platformCommand and Command are set [5d9d9a] (Benoit Tigeot)
  • Revert "fix (helm) : toToml` renders int as float [ backport to v3 ]" [c5249c] (Matt Farina)
  • build(deps): bump the k8s-io group with 7 updates [5b0520] (dependabot[bot])
  • chore: update generalization warning message [afefca] (Feng Cao)
  • build(deps): bump oras.land/oras-go/v2 from 2.5.0 to 2.6.0 [8d6d27] (dependabot[bot])
  • build(deps): bump the k8s-io group with 7 updates [502c0d] (dependabot[bot])
  • build(deps): bump golang.org/x/crypto from 0.37.0 to 0.38.0 [92be9a] (dependabot[bot])
  • fix: move warning to top of block [eb5b6d] (Feng Cao)
  • fix: govulncheck workflow [6b15f2] (Matthieu MOREL)
  • fix: replace fmt warning with slog [6b5c94] (Feng Cao)
  • fix: add warning when ignore repo flag [247bf7] (Feng Cao)
  • bump version to v3.18.0 [940445] (Robert Sirchia)
  • backport [#30673] to dev-v3 [0a800e] (Gerard Nguyen)
  • feat: add httproute from gateway-api to create chart template [bd1b67] (Henrik Gerdes)

Full Changelog: https://github.com/helm/helm/compare/v3.18.6...v3.19.0

Source: README.md, updated 2025-09-11