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