MG-247: collect imagedigestmirrorsets and imagetagmirrorset resources#538
MG-247: collect imagedigestmirrorsets and imagetagmirrorset resources#538simonstumpf wants to merge 2 commits intoopenshift:mainfrom
Conversation
|
@simonstumpf: This pull request references MG-247 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 story to target the "4.22.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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughExpanded the "Image-source Resources" list used by the gather script: added Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes ✨ 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 NOT APPROVED This pull-request has been approved by: simonstumpf The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @simonstumpf. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@collection-scripts/gather`:
- Line 44: The group_resources array entry contains a typo: "imagetagmirrorset"
(singular) should be the plural "imagetagmirrorsets", causing ImageTagMirrorSet
resources to be skipped; update the array addition (the group_resources+=(...)
line) to include imagetagmirrorsets.config.openshift.io instead of
imagetagmirrorset.config.openshift.io so the script correctly collects those
resources.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 1b1000be-603b-411f-ade8-070f777e252e
📒 Files selected for processing (1)
collection-scripts/gather
|
@simonstumpf: This pull request references MG-247 which is a valid jira issue. 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. |
This PR aims to include ImageDigestMirrorSet and ImageTagMirrorSet resources which are currently not included in the data collection.
Using ImageContentSourcePolicy is a deprecated feature which is being replaced with ImageDigestMirrorSet and ImageTagMirrorSet