-
Feature Request
-
Resolution: Done
-
Major
-
3.5.0.GA
-
None
-
False
-
None
-
False
-
-
Enhancement
-
Done
-
-
Currently `dsc` allows to deploy DevSpaces only from `stable` (GA content in RHEC) or `fast` channel (:next tags at quay.io/devspaces/iib).
We could support deploying DevSpaces from the `:latest` tags (currently = 3.4) too.
https://quay.io/repository/devspaces/iib?tab=tags&tag=latest
Options for cli syntax:
- --olm-channel latest
- --olm-channel next (same as --olm-channel fast)
OR - --olm-channel fast --olm-tag latest << optional
- --olm-channel fast [ --olm-tag next ] << default tag = next
This would then impact the tag used in https://github.com/che-incubator/chectl/blob/main/src/tasks/installers/eclipse-che/eclipse-che-tasks.ts#L594 but not sure which approach for the CLI flags is preferred.