fix: use ref:// syntax for plugin references - #304
Conversation
|
Blocked: The |
nickboldt
left a comment
There was a problem hiding this comment.
lgtm though I'm surprised to not see orchestrator loki plugin in the list of things changed.
This PR only converts existing plugin references to |
Replace hardcoded OCI URLs and {{inherit}} tag references with ref://
syntax, which resolves plugin packages against the catalog index at
install time. This removes version pinning and registry coupling from
the configuration.
Also removes the RHDHBUGS-3710 workaround for extensions plugins (the
upstream metadata now ships OCI references instead of dist paths) and
drops the unnecessary extensions.directory pluginConfig (the plugin
falls back to /extensions automatically).
Signed-off-by: Jon Koops <jonkoops@gmail.com>
40d3b53 to
0683358
Compare
Signed-off-by: Jon Koops <jonkoops@gmail.com>
|



Replace hardcoded OCI URLs and
{{inherit}}tag references withref://syntax, which resolves plugin packages against the catalog index at install time. This removes version pinning and registry coupling from the configuration.Also removes the RHDHBUGS-3710 workaround for extensions plugins; the upstream metadata now ships OCI references instead of
./dynamic-plugins/dist/paths (redhat-developer/rhdh-plugin-export-overlays#3496), and the unnecessaryextensions.directorypluginConfig (the plugin falls back to/extensionsautomatically).RHDHBUGS-3710