feat(helm): add helm binary support via go tool and update dependencies#9
feat(helm): add helm binary support via go tool and update dependencies#9
Conversation
The script now uses `$HELM` as a shell command via `go tool helm`, ensuring that the helm binary is available through the Go toolchain, which is more consistent with the build environment.
|
@jastBytes: The label(s) DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
How to categorize this PR?
/kind bug
What this PR does / why we need it:
The script now uses
$HELMas a shell command viago tool helm, ensuring that the helm binary is available through the Go toolchain, which is more consistent with the build environment.Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Breaking changes: