Currently we update the CSV "replaces" field in config/manifests/bases/gingersnap-operator.clusterserviceversion.yaml after an Operator release, however the hack/create-olm-catalog.sh file still needs to be manually updated to include the latest release. The VERSION field in the Makefile also needs updating. We should automate this.
Currently we update the CSV "replaces" field in
config/manifests/bases/gingersnap-operator.clusterserviceversion.yaml
after an Operator release, however thehack/create-olm-catalog.sh
file still needs to be manually updated to include the latest release. TheVERSION
field in theMakefile
also needs updating. We should automate this.