Bump Helm v4.2.0#439
Merged
Merged
Conversation
9935296 to
d4f73a6
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the shell image dependencies to support Rancher’s Helm v4 migration by bumping Helm to v4.1.4 and refreshing related checksums.
Changes:
- Bumped Helm version to
v4.1.4and updatedarm64/amd64SHA256 sums. - Added new Docker build stages intended for cross-compiling Helm from source.
- Minor formatting-only change in
CODEOWNERS.
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package/Dockerfile | Introduces additional build stages related to Helm/cross-compilation, though the produced image still uses the existing Helm tarball install flow. |
| hack/make/deps.mk | Updates Helm version and checksums used as build args. |
| CODEOWNERS | Whitespace/formatting-only change. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
9fd8247 to
cfaf993
Compare
Member
|
We should really wait for QA to validate the Helm 3 fork removal first - as that was a blocker preventing helm 4 adoption. Once that is validated we can merge this: rancher/rancher#54459 |
cfaf993 to
1ef3d3d
Compare
1ef3d3d to
025759e
Compare
|
Removed the DNM label, since testing is completed for the helm fork removal issue. |
diogoasouza
approved these changes
May 20, 2026
rmoioliveira
approved these changes
May 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue:
Problem
Rancher is migrating from Helm v3 to Helm v4. To support this migration, the custom shell images used by Rancher must include the standard Helm v4 binary. In addition, Rancher needs to bump the Kubernetes version to 1.36 as part of the related platform update.
Solution