From: Ward Vandewege Date: Tue, 12 Jun 2018 20:02:09 +0000 (-0400) Subject: Always pull latest version of the docker images. X-Git-Url: https://git.arvados.org/arvados-k8s.git/commitdiff_plain/99c42cd1accb6dabde3c94a0b8de223efd499ba0 Always pull latest version of the docker images. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- diff --git a/charts/arvados/values.yaml b/charts/arvados/values.yaml index 15c40a8..dba4c8b 100644 --- a/charts/arvados/values.yaml +++ b/charts/arvados/values.yaml @@ -11,7 +11,7 @@ replicaCount: 1 image: repository: nginx tag: stable - pullPolicy: IfNotPresent + pullPolicy: Always service: type: ClusterIP