Description
The WMCO community operator uses the same deployment image, but differs in a few ways within the ClusterServiceVersion. When releasing the community operator, a manual process is done to ensure that the changes to the Red Hat operators WMCO manifests are brought in, while maintaining the differences needed by the community operator. The community release process should be automated by writing a script that takes care of: copying the community manifests to the community-release repo, setting the `image` value, and setting the `replaces` value to the previous release, if this is a minor or patch release.
Engineering details
This could be accomplished by writing a script which will generate the community manifests, given the normal manifests.
Acceptance Criteria
- The community operator manifests are easily generated from the normal manifests