bedrock icon indicating copy to clipboard operation
bedrock copied to clipboard

trigger automated pipeline with change in container image but not in yaml file

Open naveen10545 opened this issue 4 years ago • 2 comments

we need to get the pipeline triggered automatically when there is some changes made to image container but no the YAML file.

naveen10545 avatar Mar 17 '20 10:03 naveen10545

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.

andrebriggs avatar Mar 17 '20 17:03 andrebriggs

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 .

naveen10545 avatar Mar 18 '20 09:03 naveen10545