medic / helm-charts

GNU Affero General Public License v3.0
0 stars 0 forks source link

Update ImagePullPolicy to Always #29

Closed dianabarsan closed 4 weeks ago

dianabarsan commented 1 month 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.