Build/release the CommunishiftAuthorization Operator

Installation

To build the operator and tag it with version v0.0.30 as an example:

  • First ensure that you are logged into quay.io and have access to the repository at [2].

  • Check out the code at [1], and change directory into the CommunishiftAuthorization directory.

  • Update the version mentioned in the Deployment for the operator at config/manager/manager.yml

podman build -t quay.io/fedora/communishift-authorization-operator:v0.0.30 .

Push the operator to the quay.io catalog then with the following:

podman push quay.io/fedora/communishift-authorization-operator:v0.0.30