You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add workflow steps to build bundle and catalog (#28)
When the operator image is updated, the bundle image needs to be updated
as well to reflect the new operator image digest. This change adds this
by calling `make bundle` and rebuilding / pushing the bundle image.
On the same line, the catalog image needs to be rebuilt to reflect the
new bundle image digest. This is also part of this change.
The `bundle` folder is also ignored since its content is generated and
uses the operator image digest, that changes with every merge.
There can be additional improvements to ensure digests are used
everywhere, but it's a first stab at automating the operator > bundle >
catalog flow.
Signed-off-by: Fabien Dupont <[email protected]>
0 commit comments