plugin installer - #3289
Conversation
There was a problem hiding this comment.
ShellCheck found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3289 +/- ##
==========================================
+ Coverage 63.49% 63.55% +0.05%
==========================================
Files 38 38
Lines 2356 2365 +9
==========================================
+ Hits 1496 1503 +7
- Misses 711 712 +1
- Partials 149 150 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
PR Summary by QodoAdd plugin-installer container image and wire it into operator DP processing
AI Description
Diagram
High-Level Assessment
Files changed (21)
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
18 rules✅ Cross-repo context Explored:
repo: redhat-developer/rhdh (sha: 5fe91c8b) Explored:
repo: redhat-developer/rhdh-plugins (sha: d623d369) 1. Plugin name parsing broken
|
|
PR needs rebase. 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. |



Description
Added plugin-installer/ - a container image for downloading dynamic plugins with parallel execution support.
Image: quay.io/rhdh-community/plugin-installer:next
Script features:
Makefile targets: install-dp-build, install-dp-push
CI: Tests on PR, builds/pushes on merge to main
Which issue(s) does this PR fix or relate to
https://redhat.atlassian.net/browse/RHIDP-15359
PR acceptance criteria
How to test changes / Special notes to the reviewer
Run it with 'make install run' (cluster deployment is not working yet)
Apply your CR
Building Container Images for Testing
Need to test container images from this PR?
For Maintainers: To trigger a test image build, review the code and comment
/build-images.This always builds the HEAD of the PR branch.
For Contributors: Ask a maintainer to run
/build-images.Images will be built and pushed to Quay with links posted in comments.