In order to update the version info edit the file at mainfests/config.yaml
Then update all yaml manifests to the new version by running:
make manifests
To build the operator docker image run:
make docker-build
Build the bundle image for deployment in RedHat OpenShift OperatorHub:
make bundle-build
To upload the image follow the instructions on the RedHat Partner Connect website for upload, scan and certification
Build the bundle image and index image for development
make bundle-dev-build
NOTE
This requires the operator-registry project to be cloned into your ~/home/projects
directory
cd $HOME/projects
git clone [email protected]:operator-framework/operator-registry.git
NOTE The command will try to push the bundle images to DockerHub.com