Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
8 changes: 4 additions & 4 deletions orchestrator/configs/dynamic-plugins/dynamic-plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading