-
Notifications
You must be signed in to change notification settings - Fork 38
[chore] Updating orchestrator npm packages to OCI artifacts #2231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
faec3c0
d93b183
d04e84f
7247e63
a1de7ef
002b34a
2505a07
2f0b5f1
fad735e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -80,16 +80,16 @@ To enable the orchestrator plugin, you should refer the dynamic plugins ConfigMa | |
| includes: | ||
| - dynamic-plugins.default.yaml | ||
| plugins: | ||
| - package: "@redhat/backstage-plugin-orchestrator@1.8.2" | ||
| disabled: false | ||
| - package: "@redhat/backstage-plugin-orchestrator-backend-dynamic@1.8.2" | ||
| disabled: false | ||
| dependencies: | ||
| - ref: sonataflow | ||
| - package: "@redhat/backstage-plugin-scaffolder-backend-module-orchestrator-dynamic@1.8.2" | ||
| disabled: false | ||
| - package: "@redhat/backstage-plugin-orchestrator-form-widgets@1.8.2" | ||
| disabled: false | ||
| - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-orchestrator:{{inherit}}' | ||
| disabled: false | ||
| - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-backend:{{inherit}}' | ||
| disabled: false | ||
| dependencies: | ||
| - ref: sonataflow | ||
| - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator:{{inherit}}' | ||
| disabled: false | ||
| - package: 'oci://registry.access.redhat.com/rhdh/red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets:{{inherit}}' | ||
| disabled: false | ||
|
Comment on lines
-83
to
+92
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. LGTM, but I think this would need to be documented as a known issue or breaking change in 1.9.0 (affecting only Operator users).
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I quickly tested an upgrade from 1.8 to this PR branch, and the init container failed to start until I manually update my dynamic-plugins config, which confirms this upgrade issue. |
||
| ``` | ||
|
|
||
| See [example](/examples/orchestrator.yaml) for a complete configuration of the orchestrator plugin. | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.