Open
Description
Improve the deployment so that it builds the latest version of the docker image locally ... push into the local kind cluster and use this image instead of the image from the internet. This will allow easy deployment of the latest version on Kind
Note: Need to change https://github.com/netobserv/flowlogs-pipeline/blob/main/contrib/kubernetes/deployment.yaml#L26 from Always
to Never
to be on the safe side that we are using the latest version.