imagePullPolicy
The image pull policy for the container. Supported values are Always
, IfNotPresent
, and Never
. This parameter defaults to Always
if the :latest
tag is specified, IfNotPresent
otherwise. For more information, see Updating images in the Kubernetes documentation.