ROX-33176: Update repo factory used by compliance manager to use V2 image datastore#19286
Merged
charmik-redhat merged 1 commit intomasterfrom Mar 7, 2026
Conversation
… FlattenImageData is enabled
Contributor
|
Images are ready for the commit at 7f1dc87. To use with deploy scripts, first |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #19286 +/- ##
=======================================
Coverage 49.61% 49.61%
=======================================
Files 2680 2680
Lines 202195 202195
=======================================
Hits 100327 100327
- Misses 94390 94391 +1
+ Partials 7478 7477 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
ajheflin
approved these changes
Mar 4, 2026
dashrews78
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The repo factory used by compliance manager used old image datastore to get images per cluster. This PR changes that to use the imageMapperDatastore that routes requests to image V2 or V1 datastores based on whether FlattenImageData is enabled or not.
User-facing documentation
Testing and quality
Automated testing
How I validated my change
change me!