[chore] Updating orchestrator npm packages to OCI artifacts#307
[chore] Updating orchestrator npm packages to OCI artifacts#307rm3l merged 11 commits intoredhat-developer:mainfrom
Conversation
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
|
/cherry-pick release-1.9 |
|
@rm3l: once the present PR merges, I will cherry-pick it on top of DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This option is supported as of RHDH 1.9 and allows inheriting the version from the dynamic-plugins.default.yaml (coming from the plugin catalog index image). This way, we are sure to use the default plugin version. NOTE: For this to work properly, the plugin refs should match. So if the orchestrator plugins refs are changed later to quay.io or registry.access.redhat.com in the DPDY, we should update them here as well.
|
/review |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
Signed-off-by: Leanne Ahern <lahern@redhat.com>
|
/hold cancel |
Signed-off-by: Leanne Ahern <lahern@redhat.com>
…on/rhdh-chart into startOrchestrator
|
|
@rm3l: #307 failed to apply on top of branch "release-1.9": DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
…eveloper#307) * Updating orchestrator npm packages to OCI artifacts Signed-off-by: Leanne Ahern <lahern@redhat.com> * Bumping backstage chart based on changes to values.yaml Signed-off-by: Leanne Ahern <lahern@redhat.com> * Updating ReadMe per pre-commit Signed-off-by: Leanne Ahern <lahern@redhat.com> * Simplify the configuration by leveraging the {{inherit}} option This option is supported as of RHDH 1.9 and allows inheriting the version from the dynamic-plugins.default.yaml (coming from the plugin catalog index image). This way, we are sure to use the default plugin version. NOTE: For this to work properly, the plugin refs should match. So if the orchestrator plugins refs are changed later to quay.io or registry.access.redhat.com in the DPDY, we should update them here as well. * Updating orchestrator packages to quay.io from ghcr.io Signed-off-by: Leanne Ahern <lahern@redhat.com> * Correcting quay.io path Signed-off-by: Leanne Ahern <lahern@redhat.com> * Updating quay.io path to registry.access.redhat instead Signed-off-by: Leanne Ahern <lahern@redhat.com> * Updating package path for oci and removing plugin config Signed-off-by: Leanne Ahern <lahern@redhat.com> --------- Signed-off-by: Leanne Ahern <lahern@redhat.com> Co-authored-by: Armel Soro <asoro@redhat.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>
…#315) * [chore] Updating orchestrator npm packages to OCI artifacts (#307) * Updating orchestrator npm packages to OCI artifacts Signed-off-by: Leanne Ahern <lahern@redhat.com> * Bumping backstage chart based on changes to values.yaml Signed-off-by: Leanne Ahern <lahern@redhat.com> * Updating ReadMe per pre-commit Signed-off-by: Leanne Ahern <lahern@redhat.com> * Simplify the configuration by leveraging the {{inherit}} option This option is supported as of RHDH 1.9 and allows inheriting the version from the dynamic-plugins.default.yaml (coming from the plugin catalog index image). This way, we are sure to use the default plugin version. NOTE: For this to work properly, the plugin refs should match. So if the orchestrator plugins refs are changed later to quay.io or registry.access.redhat.com in the DPDY, we should update them here as well. * Updating orchestrator packages to quay.io from ghcr.io Signed-off-by: Leanne Ahern <lahern@redhat.com> * Correcting quay.io path Signed-off-by: Leanne Ahern <lahern@redhat.com> * Updating quay.io path to registry.access.redhat instead Signed-off-by: Leanne Ahern <lahern@redhat.com> * Updating package path for oci and removing plugin config Signed-off-by: Leanne Ahern <lahern@redhat.com> --------- Signed-off-by: Leanne Ahern <lahern@redhat.com> Co-authored-by: Armel Soro <asoro@redhat.com> Co-authored-by: Nick Boldt <nboldt@redhat.com> * chore(backstage): bump chart version --------- Signed-off-by: Leanne Ahern <lahern@redhat.com> Co-authored-by: Leanne Ahern <127859485+OpinionatedHeron@users.noreply.github.com> Co-authored-by: Nick Boldt <nboldt@redhat.com>



Description of the change
Updating orchestrator npm packages to the relevant OCI Artifacts to reflect updates to RHDH.
npm packages were causing the scaffolder plugin to throw an error during startup
Which issue(s) does this PR fix or relate to
RHDHBUGS-2527
How to test changes / Special notes to the reviewer
Deploy Helm-based instance of RHDH with the orchestrator plugins enabled.
Checklist
Chart.yamlaccording to Semantic Versioning.values.yamland added to the corresponding README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -ato apply changes. The pre-commit Workflow will do this automatically for you if needed.pre-commithook.ct lintcommand.