docs: document ref:// plugin reference syntax - #5204
Open
jonkoops wants to merge 1 commit into
Open
Conversation
Documents the ref:// plugin reference syntax for the init container,
matching the behaviour of the operator. Adds ref://plugin-name to the
package field description, updates the default plugin activation example
to show ref:// as the preferred approach, and adds a Plugin References
section covering syntax, supported targets, and the relationship to
{{inherit}}.
Ref: https://redhat.atlassian.net/browse/RHIDP-15876
Signed-off-by: Jon Koops <jonkoops@gmail.com>
|
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 #5204 +/- ##
==========================================
- Coverage 63.69% 59.96% -3.74%
==========================================
Files 123 111 -12
Lines 2424 2198 -226
Branches 572 527 -45
==========================================
- Hits 1544 1318 -226
Misses 879 879
Partials 1 1
Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
gazarenkov
reviewed
Aug 3, 2026
|
|
||
| This resolves to the full package URL from the included configuration, so you do not need to know the registry, path, or version. | ||
|
|
||
| `ref://` supports OCI, HTTP(S), and local path targets. NPM package references are not supported as `ref://` targets. |
Member
There was a problem hiding this comment.
Note, we support only oci: based catalog and it is not going to change AFAIK.
In general, I would remove this sentence.
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.



Documents the
ref://plugin reference syntax for the init container, matching the behaviour of the operator. Addsref://plugin-nameto thepackagefield description, updates the default plugin activation example to showref://as the preferred approach, and adds a "Plugin References" section covering syntax, supported targets, and the relationship to{{inherit}}.RHIDP-15876