RockteMQ-AI commented on issue #209: URL: https://github.com/apache/rocketmq-operator/issues/209#issuecomment-5192844099
**Issue Evaluation** Category: `question` Building an OLM bundle image requires: 1. A valid CSV (ClusterServiceVersion) YAML 2. The `operator-sdk` or `make bundle` target in the Makefile Check if the Makefile has a `bundle` target. If not, you can generate one with: ```bash operator-sdk generate kustomize manifests -q operator-sdk generate bundle --version <version> make bundle-build ``` Refer to the [OLM documentation](https://olm.operatorframework.io/docs/tasks/creating-operator-manifests.html) for the full workflow. --- *Automated evaluation by RockteMQ-AI* -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
