Deploying same commit again doesn't deploy latest built container
I have a CMS that triggers builds on GitLab, since switching to the default AutoDevops the deployment doesn't contain the latest build which has new dynamic content from the CMS which triggered the build. I noticed that the imagePullPolicy is set to IfNotPresent which I think may be the cause. Is this likely to be the cause.