IBM / ibm-common-service-operator

Operator to install IBM Common Services
https://www.ibm.com/support/knowledgecenter/SSHKN6/kc_welcome_cs.html
Apache License 2.0
19 stars 68 forks source link

relatedImages contains incorrect image path #946

Open morstad opened 1 year ago

morstad commented 1 year ago

Background While testing catalog mirroring found the common services catalog contains incorrect reference to operand image in relatedImages. Xinchun Liu indicated the image belongs to install operator and to open issue here :

- image: icr.io/cpopen/multi-instance-conversion@sha256:a9ed199056ae20a28c4949e1fe4b5e851bba1f50446897b069382cb7e5156619
  name: CS_MULTI_INSTANCE_CONVERSION_IMAGE

should be :

- image: icr.io/cpopen/cpfs/multi-instance-conversion@sha256:a9ed199056ae20a28c4949e1fe4b5e851bba1f50446897b069382cb7e5156619
  name: CS_MULTI_INSTANCE_CONVERSION_IMAGE
Daniel-Fan commented 1 year ago

Thank you @morstad for finding this out!

We will fix it ASAP. Open a GHE issue to track the progress