Closed dianabarsan closed 4 weeks ago
By default, helm seems to add set ImagePullPolicy to IfNotPresent: https://helm.sh/docs/chart_best_practices/pods/#imagepullpolicy
This prevents installing a new build of the same branch, because the image tag is the same and k8s will never pull the new images. Setting ImagePullPolicy to Always should fix this.
By default, helm seems to add set ImagePullPolicy to IfNotPresent: https://helm.sh/docs/chart_best_practices/pods/#imagepullpolicy
This prevents installing a new build of the same branch, because the image tag is the same and k8s will never pull the new images. Setting ImagePullPolicy to Always should fix this.