gingersnap-project / operator

Apache License 2.0
1 stars 4 forks source link

Automate updating of OLM catalog scripts #83

Open ryanemerson opened 1 year ago

ryanemerson commented 1 year ago

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.

ryanemerson commented 1 year ago

Example of manual changes currently required: https://github.com/gingersnap-project/operator/pull/84