bedrock
bedrock copied to clipboard
trigger automated pipeline with change in container image but not in yaml file
we need to get the pipeline triggered automatically when there is some changes made to image container but no the YAML file.
Hi @naveen10545, when you say there is a change to the image container how is that reflected in your scenario? Are you using a unique image tag (see here) to represent changes or pushing to a "latest" tag?
Also what is the expected output of the pipeline running if the the image container hasn't changed? From the point of view of GitOps your manifest files will be the same.
I believe there is a way to configure Flux to pull the latest image on the cluster side. That may help with what you are trying to achieve.
hi @andrebriggs , thank you for your time in responding the issue . currently we are pushing the latest , from GitOps point of view the manifest file is same. there is no change in the yaml. please let us know how to configure the flux when there is change in the late change in the container image .