-
Bug
-
Resolution: Done
-
Blocker
-
3.19.0.GA
-
False
-
-
False
-
-
Description of problem:
There is outdated "RELATED_IMAGE_editor_definition_che_code_latest_che_code_runtime_description" property in DS 3.19.0.RC-10 operator bundle metadata, which doesn't comply with "CHE_DEFAULT_SPEC_DEVENVIRONMENTS_DEFAULTCOMPONENTS":
clusterserviceversion-devspacesoperator.v3.19.0.yaml
- name: RELATED_IMAGE_editor_definition_che_code_latest_che_code_runtime_description
value: 'registry.redhat.io/devspaces/udi-rhel9@sha256:624f46843aebd725891fb0b169e63906e0dd1e18638c862815d90781aca343f8'
Expected image address: registry.redhat.io/devspaces/udi-rhel9@sha256:8daa54e10691be721b5c9734b7e6d4cbe075d5bda6660cb0be4e006e43033c7e (as of quay.io/devspaces/udi-rhel9:3.19-3).
It led to start workspace failure on airgap cluster.
Workaround: mirror registry.redhat.io/devspaces/udi-rhel9@sha256:8daa54e10691be721b5c9734b7e6d4cbe075d5bda6660cb0be4e006e43033c7e manually in airgap container image registry manually.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Install DS 3.19.0.RC-10 using iib image bre.registry.redhat.io/rh-osbs/iib:921615 on airgap OCP 4.15 cluster.
- Go to User Dashboard and start workspace from any samples
Actual results:
Workspace failed to start because of image pull error:
Expected results:
Workspace started successfully.
Reproducibility (Always/Intermittent/Only Once):
Always.
Acceptance criteria:
Definition of Done:
Build Details:
Additional info (Such as Logs, Screenshots, etc):