✨ feat(helm/v2-alpha): Add install-helm target and upgrade to Helm 4#5468
Conversation
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Adds install-helm Makefile target to scaffolded projects and update GitHub actions to use the target Ensure that all places install helm 4 ( makefile + e2e tests )
76adf4e to
4dc2ad2
Compare
|
/override pull-kubebuilder-e2e-k8s-1-33-0 |
|
@camilamacedo86: Overrode contexts on behalf of camilamacedo86: pull-kubebuilder-e2e-k8s-1-33-0, pull-kubebuilder-e2e-k8s-1-34-0 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. |
|
Due this one is small I am moving forward to unblock release. |
|
/test pull-kubebuilder-e2e-k8s-1-35-0 |
1 similar comment
|
/test pull-kubebuilder-e2e-k8s-1-35-0 |
|
/override pull-kubebuilder-e2e-k8s-1-33-0 |
|
@camilamacedo86: Overrode contexts on behalf of camilamacedo86: pull-kubebuilder-e2e-k8s-1-33-0, pull-kubebuilder-e2e-k8s-1-34-0 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. |
Adds install-helm Makefile target to scaffolded projects and update GitHub actions to use the target
Follow up of: #5442
We should either have a target to install helm as we install the others bins and requirements via Makefile.