You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When attempting to publish jaeger-operator v1.29.1 to the Operator Hub Community Operators repositories, CI failed with "Value of 'metadata.annotations.containerImage' not used in any container, please check.". I resolved the issue in the release by changing containerImage: quay.io/jaegertracing/jaeger-operator to containerImage: quay.io/jaegertracing/jaeger-operator:1.29.1 in the CSV. To avoid needing to do this manually on future releases, make bundle should include the version tag in bundle/manifests/jaeger-operator.clusterserviceversion.yaml.
Describe the bug
When attempting to publish jaeger-operator v1.29.1 to the Operator Hub Community Operators repositories, CI failed with "Value of 'metadata.annotations.containerImage' not used in any container, please check.". I resolved the issue in the release by changing
containerImage: quay.io/jaegertracing/jaeger-operator
tocontainerImage: quay.io/jaegertracing/jaeger-operator:1.29.1
in the CSV. To avoid needing to do this manually on future releases,make bundle
should include the version tag in bundle/manifests/jaeger-operator.clusterserviceversion.yaml.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Operator Hub CI job should pass.
The text was updated successfully, but these errors were encountered: