From 184a5520bcb4a6a40ce7790ee118e4e4b169fd76 Mon Sep 17 00:00:00 2001 From: Fortune-Ndlovu Date: Wed, 16 Sep 2026 14:02:18 +0100 Subject: [PATCH] fix: migrate Orchestrator plugins to ref:// references Use stable ref:// plugin names instead of registry-specific oci:// URLs with {{inherit}} in orchestrator local setup and docs. RHIDP-16970 Signed-off-by: Fortune Ndlovu --- orchestrator/README.md | 8 ++++---- orchestrator/configs/dynamic-plugins/dynamic-plugins.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/orchestrator/README.md b/orchestrator/README.md index 9a670648..6268124a 100644 --- a/orchestrator/README.md +++ b/orchestrator/README.md @@ -13,21 +13,21 @@ includes: # Add the Orchestrator plugins directly, and add any other plugins you want to install, including local ones. plugins: - - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-orchestrator:{{inherit}}' + - package: 'ref://red-hat-developer-hub-backstage-plugin-orchestrator' disabled: false - - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend:{{inherit}}' + - package: 'ref://red-hat-developer-hub-backstage-plugin-orchestrator-backend' disabled: false pluginConfig: orchestrator: dataIndexService: url: http://sonataflow:8899 - - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator:{{inherit}}' + - package: 'ref://red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator' disabled: false pluginConfig: orchestrator: dataIndexService: url: http://sonataflow:8899 - - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets:{{inherit}}' + - package: 'ref://red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets' disabled: false ``` diff --git a/orchestrator/configs/dynamic-plugins/dynamic-plugins.yaml b/orchestrator/configs/dynamic-plugins/dynamic-plugins.yaml index 78ad74d6..454b97bf 100644 --- a/orchestrator/configs/dynamic-plugins/dynamic-plugins.yaml +++ b/orchestrator/configs/dynamic-plugins/dynamic-plugins.yaml @@ -3,19 +3,19 @@ includes: - dynamic-plugins.default.yaml plugins: - - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-orchestrator:{{inherit}}' + - package: 'ref://red-hat-developer-hub-backstage-plugin-orchestrator' disabled: false - - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend:{{inherit}}' + - package: 'ref://red-hat-developer-hub-backstage-plugin-orchestrator-backend' disabled: false pluginConfig: orchestrator: dataIndexService: url: http://sonataflow:8899 - - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator:{{inherit}}' + - package: 'ref://red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator' disabled: false pluginConfig: orchestrator: dataIndexService: url: http://sonataflow:8899 - - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets:{{inherit}}' + - package: 'ref://red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets' disabled: false