-
Notifications
You must be signed in to change notification settings - Fork 45
Read pipeline runtime image name from the imagestream tag #603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read pipeline runtime image name from the imagestream tag #603
Conversation
Signed-off-by: Harshad Reddy Nalla <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #603 +/- ##
===========================================
+ Coverage 56.47% 68.12% +11.65%
===========================================
Files 10 8 -2
Lines 2686 1754 -932
===========================================
- Hits 1517 1195 -322
+ Misses 1054 475 -579
+ Partials 115 84 -31 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Tested this part of work in combination with
The changes looks good, the nbc populates the Only one thing, could you add a comment clarifying that the image_url field is populated by the NBC and not directly from the ImageStream due to Kustomize's limitation in parsing structured annotation data like JSON — it might help others understand why it's handled this way. /lgtm |
I'm trying to decide whether I like this better, or the kustomize transformer. Probably this solution is better, because everything runs under our control, whereas the transformer executes in an image that's controlled by the rhods-operator team. That could cause problems.
Needs testing. |
It still needs testing, other than that /lgtm |
/lgtm |
/lgtm |
Thanks for the review |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: harshad16 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/override "Red Hat Konflux" |
@jiridanek: Overrode contexts on behalf of jiridanek: Red Hat Konflux In 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. |
8041e65
into
opendatahub-io:main
Description
Read pipeline runtime image name from the imagestream tag
Related-to: opendatahub-io/notebooks#1070
How Has This Been Tested?
Tested it in cluster via:
Merge criteria: