Releasing the Operator to OperatorHub.io
Prepare the Operator container image and the bundle manifests:
- Edit the
Makefile
, and update theVERSION
variable. - Edit the
config/manifests/bases/quay-api-operator.clusterserviceversion.yaml
file, and update the tag part of the image in.metadata.annotations.containerImage
. - Build and push the Operator container image.
- Create the bundle manifests by running the
make bundle
command. - Review the Packaging your Operator for OperatorHub documentation.
- Follow the steps in the Contributing documentation.