Update existing workspaces / CDE images accordingly if the parent devfile was updated #23279
Labels
area/dashboard
kind/task
Internal things, technical debt, and to-do tasks to be performed.
severity/P1
Has a major impact to usage or development of the system.
Is your task related to a problem? Please describe
there is a situation when CDE is created from a devfile with reference to parent e.g.
Let's assume the situation when container image was updated in the parent devfile. New workspaces would be started with the new image, but existing would be restarted with an old one
Describe the solution you'd like
When CDE is created based on devfile with parent reference, during the restart the component's image should be checked and updated if needed
Describe alternatives you've considered
No response
Additional context
I think the similar mechanism is used by dashboard to update VS Code versions for existing workspaces when Eclipse Che is udpated
The text was updated successfully, but these errors were encountered: