HYPERFLEET-1218 - chore: remove helm-git from CI configurations - #83437
HYPERFLEET-1218 - chore: remove helm-git from CI configurations#83437ciaranRoche wants to merge 1 commit into
Conversation
Remove helm-git plugin from CI infrastructure: - Remove helm-git from hyperfleet-infra CI Dockerfile - Remove helm-git from chart-deployment step script hyperfleet-infra helmfile now consumes charts via OCI (HYPERFLEET-1216). chart-deployment step is legacy/unused (no active config references). Maestro external dependency still uses git but handled transparently by helm dependency update when plugin is available.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
💤 Files with no reviewable changes (2)
WalkthroughThe build image and chart deployment script no longer install or list the ChangesHelm plugin cleanup
Estimated code review effort: 1 (Trivial) | ~2 minutes Merge Risk: ⚪ Minimal · up to This change removes an unnecessary helm-git dependency from CI now that charts use OCI distribution; no actionable merge-blocking risk remains. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ciaranRoche 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 |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@ciaranRoche: 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. |
What
Remove helm-git plugin from HyperFleet CI configurations in openshift/release.
Changes
Why
HyperFleet charts published to OCI registry (HYPERFLEET-1216). No plugin required for OCI chart consumption.
Testing
CI chart deployment step no longer needs helm-git plugin for OCI chart pulls.
Related
Summary by CodeRabbit
helm-gitplugin from HyperFleet infrastructure CI images and the legacy chart-deployment step.