fix(ci): bump catalog index to 2.0 and migrate wrappers to ref:// syntax - #5282
Open
jonkoops wants to merge 1 commit into
Open
fix(ci): bump catalog index to 2.0 and migrate wrappers to ref:// syntax#5282jonkoops wants to merge 1 commit into
jonkoops wants to merge 1 commit into
Conversation
Contributor
|
The container image build workflow finished with status: |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5282 +/- ##
=======================================
Coverage 63.71% 63.71%
=======================================
Files 121 121
Lines 2285 2285
Branches 502 526 +24
=======================================
Hits 1456 1456
+ Misses 828 827 -1
- Partials 1 2 +1
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
jonkoops
force-pushed
the
fix/migrate-wrappers-to-ref-syntax
branch
from
August 20, 2026 13:55
9e972ce to
d8e2619
Compare
jonkoops
force-pushed
the
fix/migrate-wrappers-to-ref-syntax
branch
from
August 20, 2026 22:14
d8e2619 to
0e7360c
Compare
jonkoops
force-pushed
the
fix/migrate-wrappers-to-ref-syntax
branch
from
August 21, 2026 20:46
0e7360c to
78d06c0
Compare
jonkoops
force-pushed
the
fix/migrate-wrappers-to-ref-syntax
branch
from
August 22, 2026 07:58
78d06c0 to
84e4bf6
Compare
Bump the catalog index pin from `:1.10` to `:2.0` and replace all `./dynamic-plugins/dist/` wrapper references with `ref://` catalog references, which are resolved by the init container against the catalog index at deploy time. OCM plugin entries are dropped from the GKE diff values as they are no longer in the catalog. Ref: RHIDP-13226 Signed-off-by: Jon Koops <jonkoops@gmail.com>
jonkoops
force-pushed
the
fix/migrate-wrappers-to-ref-syntax
branch
from
August 22, 2026 08:09
84e4bf6 to
0e59f29
Compare
Contributor
|
The container image build workflow finished with status: |
|
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.



Bump the catalog index pin from
:1.10to:2.0and replace all./dynamic-plugins/dist/wrapper references withref://catalog references, which are resolved by the init container against the catalog index at deploy time.OCM plugin entries are dropped from the GKE diff values as they are no longer in the catalog.
RHIDP-13226