Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV metadata.annotations.containerImage missing tag #1682

Closed
rkukura opened this issue Dec 17, 2021 · 0 comments · Fixed by #2386
Closed

CSV metadata.annotations.containerImage missing tag #1682

rkukura opened this issue Dec 17, 2021 · 0 comments · Fixed by #2386
Assignees
Labels
bug Something isn't working

Comments

@rkukura
Copy link
Contributor

rkukura commented Dec 17, 2021

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.

To Reproduce
Steps to reproduce the behavior:

  1. Push a release PR to an Operator Hub repository, as in step 7 of https://github.com/jaegertracing/jaeger-operator/blob/master/RELEASE.md.
  2. See that the CI job fails

Expected behavior
The Operator Hub CI job should pass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants