vmware / antrea-operator-for-kubernetes

Antrea Operator for Kubernetes deployments
Other
15 stars 12 forks source link

Certification bundle generation makefile changes #68

Closed ksamoray closed 1 year ago

ksamoray commented 1 year ago

Bundle for RedHat certification requires use of the image hash instead of image version. This requires a build of the Antrea Operator for the given version - which requires GitHub tagging of the repo. But then the tagged repo will not include the set of yamls for the given release. So as a solution this change splits the generation process into two phases:

These will generate yamls with the operator image tagged by the version.

Which will generate the yamls with the operator image identified by the hash.

Signed-off-by: Kobi Samoray ksamoray@vmware.com