Expose DWO and DWCO images in CSV as RELATED_IMAGE_* env vars (like all the other images deployed by the Che Operator) #19667
Labels
area/che-operator
Issues and PRs related to Eclipse Che Kubernetes Operator
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.
Milestone
Is your task related to a problem? Please describe.
DWO and DWCO images are defined in templates that are embedded into operator image.
It is not easy to replace them in downstream.
Current implementation also prevents using:
Describe the solution you'd like
For productization purposes, and to be consistent with all the other images that the Che Operator deploys to a cluster, we need to add DWO and DWCO images to the
deploy/operator.yaml
and CSVs asRELATED_IMAGE_*
env vars.This will also empower use of DWO and DWCO images in arigapped deployments.
Care should be made to ensure that downstream sync scripts in crw-operator/build/scripts/sync-*.sh are also updated accordingly to point to the correct image names downstream.
The text was updated successfully, but these errors were encountered: