tadayosi opened a new issue, #3321:
URL: https://github.com/apache/camel-k/issues/3321

   Current Camel K CSV has duplicate `replaces` entries:
   
https://github.com/apache/camel-k/blob/main/config/manifests/bases/camel-k.clusterserviceversion.yaml
   
   It's because of a bug in `make bundle` and `make pre-bundle` targets. When 
you run `make pre-bundle` it endlessly adds the `repaces` entry at the EOF, 
whereas operator-sdk insert the same entry in alphabetical order at `make 
bundle`.
   ```
      replaces: camel-k-operator.v1.9.2
   +  replaces: camel-k-operator.v1.9.2
   +  replaces: camel-k-operator.v1.9.2
   +  replaces: camel-k-operator.v1.9.2
   +  replaces: camel-k-operator.v1.9.2
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to