-
Bug
-
Resolution: Done
-
Major
-
2.4.0.GA
-
None
-
False
-
False
-
Undefined
-
-
Issue is similar to CRW-1203 but the ask here is to not hardcode the codeready pod with versions instead we can add latest tags.
This happened when the OCP cluster was upgraded and during that time plugin registry's new image of v2.5 was released in which there were no che of version 7.18.2.
We need to update che.properties in codeready image to this:
Current
che.factory.default_editor=eclipse/che-theia/7.18.2
che.factory.default_plugins=eclipse/che-machine-exec-plugin/7.18.2
che.workspace.devfile.default_editor=eclipse/che-theia/7.18.2
che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/7.18.2
Suggested
che.factory.default_editor=eclipse/che-theia/latest
che.factory.default_plugins=eclipse/che-machine-exec-plugin/latest
che.workspace.devfile.default_editor=eclipse/che-theia/latest
che.workspace.devfile.default_editor.plugins=eclipse/che-machine-exec-plugin/latest
- relates to
-
CRW-1567 Sync & transform upstream Che registries into CRW registries (filter out content, support multiarch container swaps for openj9)
- Open