georchestra / helm-georchestra

geOrchestra helm chart
3 stars 6 forks source link

global: imagePullPolicy option #98

Open edevosc2c opened 4 months ago

edevosc2c commented 4 months ago

Currently, we have imagePullPolicy set to always. It's great in dev, but in prod it can be dangerous since the pod may restart and use a newer version of the app without knowing it.

And in prod we use a fixed tag so we have no reason to have imagePullPolicy in always.