cryostat-operator
cryostat-operator copied to clipboard
Automate updating CSV annotations
Some annotations need to be manually adjusted in the CSV. I can think of one at the moment:
containerImage
This should always be in sync with the operator image used.
We could add a Makefile target to install yq into our local bin, and use this tool to make the necessary modifications to the CSV inside the make bundle target.
Edit: Remove createdAt from issue
createdAt is now updated automatically by the Operator SDK