fix(#3751): remove redundant ref:// entries for bundled extensions plugins - #3755
fix(#3751): remove redundant ref:// entries for bundled extensions plugins#3755fullsend-ai-coder[bot] wants to merge 1 commit into
Conversation
…ugins
The extensions E2E dynamic-plugins.yaml included ref:// entries for
three extensions plugins that are bundled inside the RHDH container
image as local paths. In nightly mode, ref:// is resolved to
{{inherit}} OCI references, but the inherit mechanism cannot match
local-path entries in dynamic-plugins.default.yaml, causing the
install-dynamic-plugins init container to crash.
Remove the three ref:// entries since the extensions plugins are
already enabled by default via local paths. Keep only the
oidc-provider auth plugin entry which uses a direct OCI reference.
Closes #3751
|
Hi @fullsend-ai-coder[bot]. Thanks for your PR. I'm waiting for a redhat-developer 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. |
|
|
🤖 Finished Review · ✅ Success · Started 6:12 AM UTC · Completed 6:17 AM UTC Commit: Runtime: claude · Model: opus → claude-opus-4-6 · Cost: $0.68 |
Review — approveSummaryThis PR removes three redundant AnalysisRoot cause is correctly identified. The Fix is correct. Since the extensions plugins are already included and enabled by default via local paths in the RHDH image, the Remaining entry is unaffected. The Scope is appropriate. The change is confined to a single E2E test config file within the No findings. |



The extensions E2E dynamic-plugins.yaml included ref:// entries for three extensions plugins that are bundled inside the RHDH container image as local paths. In nightly mode, ref:// is resolved to {{inherit}} OCI references, but the inherit mechanism cannot match local-path entries in dynamic-plugins.default.yaml, causing the install-dynamic-plugins init container to crash.
Remove the three ref:// entries since the extensions plugins are already enabled by default via local paths. Keep only the oidc-provider auth plugin entry which uses a direct OCI reference.
Closes #3751
Post-script verification
agent/3751-remove-extensions-ref-entries)899b60c9a39cb8e4d1b78fc23d2e2f0505a97fb3..HEAD)