Closed stas-sbi closed 1 month ago
imagePullPolicy being set to "Always" makes the deployment depend on docker registry at running time and which becomes a single point of failure
imagePullPolicy
Can we have one of the following done?
IfNotPresent
Fixed in 0.2.5
imagePullPolicy
being set to "Always" makes the deployment depend on docker registry at running time and which becomes a single point of failureCan we have one of the following done?
imagePullPolicy
from helm charts which is currently set to Always while the default isIfNotPresent
unless tag is latest or absent (best)imagePullPolicy
toIfNotPresent
(not ideal)imagePullPolicy
configurable (probably an overkill)