-
Bug
-
Resolution: Done
-
Major
-
1.7.0
-
None
-
1
-
False
-
-
False
-
Release Note Not Required
-
Rejected
-
-
Description of problem:
When try to apply example/orchestrator.yaml which contain packages configuration like:
- disabled: false
package: "@redhat/backstage-plugin-orchestrator@1.5.1"
CR creation failed as default dynamic-plugins contains package with version 1.6.0, so can not be used and orchestrator.yaml's config is intentionally incomplete (just for enabling, does not contain integrity)
Steps to Reproduce
with installed on Openshift RHDH 1.7 try:
oc apply -f example/orchestrator.yaml -n <your-namespace>
Actual results:
Backstage CR failed as install dynamic plugins script failed
Expected results:
Backstage CR starts
Reproducibility (Always/Intermittent/Only Once):
Always