fix(pull): updates default pull policy
Some charts' image pull policies are set to "Always". This causes unnecessary pulls and can trip Dockerhub's rate limit. This patch set moves the default to IfNotPresent to mitigate. Signed-off-by: Tin Lam <tin@irrational.io> Change-Id: Ib16333f1c80c2871ea88f2d66fdce45567e34993
This commit is contained in:
parent
9559538d0b
commit
e249b8b342
@ -9,7 +9,7 @@ images:
|
||||
name: attcomdev/jarvis-connector
|
||||
repo: quay.io
|
||||
pull:
|
||||
policy: Always
|
||||
policy: IfNotPresent
|
||||
|
||||
node_labels:
|
||||
project:
|
||||
|
@ -29,7 +29,7 @@ images:
|
||||
name: stannum/curl
|
||||
repo: quay.io
|
||||
pull:
|
||||
policy: Always
|
||||
policy: IfNotPresent
|
||||
|
||||
node_labels:
|
||||
connector:
|
||||
|
Loading…
x
Reference in New Issue
Block a user