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.
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.