Handle dependencies between sidecars in plugin-registry #18363
Labels
area/plugin-registry
kind/task
Internal things, technical debt, and to-do tasks to be performed.
lifecycle/frozen
Indicates that an issue or PR should not be auto-closed due to staleness.
severity/P1
Has a major impact to usage or development of the system.
Is your task related to a problem? Please describe.
Some sidecars in che-plugin-registry are dependent from other sidecars.
For now it requires a 2-step phase where base image is updated and then child image can be updated
Describe the solution you'd like
Handle automatically
internal
dependencies between sidecars of the same repository in one phase.Describe alternatives you've considered
ready to listen for other proposals
Additional context
as monorepo, the idea behind is that in one single PR you can update several items at once.
Part of #15819
The text was updated successfully, but these errors were encountered: