SRVOCF-999: Install Helm in CI for plugin deployment - #35
Conversation
|
@Cragsmann: This pull request references SRVOCF-999 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the sub-task to target the "5.0.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Cragsmann 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 |
66eed50 to
ed69741
Compare
The CI image lacks Helm, which is needed to deploy the plugin via the existing Helm chart. Install it at runtime using the official get-helm-3 script. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
ed69741 to
3b84ebc
Compare
|
Can u reuse the |
Helm installation is now handled inline in test-prow-e2e.sh (3b84ebc). This standalone script has no remaining callers. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
I removed it since it was not used anywhere else |
|
@Cragsmann: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
| # --- Install Helm --- | ||
| echo "Installing Helm..." | ||
| curl -fsSL https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | DESIRED_VERSION=v3.21.3 bash | ||
|
|
There was a problem hiding this comment.
Should we keep non-sudo config options? I'd say it's not gonna be executed under root by default.
USE_SUDO="false"
HELM_INSTALL_DIR="/tmp"
There was a problem hiding this comment.
Should we wrap it in if not found helm at least?
Summary
get-helm-3v3.21.3 installer, since the CI image does not include itFixes SRVOCF-999
Checklist
docs/ARCHITECTURE.md(if there are relevant changes to our layered architecture) — N/A, CI script only