From: Dileep Ranganathan Date: Fri, 30 Aug 2019 20:40:08 +0000 (-0700) Subject: Fixed the imagePullPolicy X-Git-Tag: 1.5.0~14 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=commitdiff_plain;h=47ce54d7f32b42dcb433a81ea5d24ae9a6785ec8 Fixed the imagePullPolicy Fixed the imagePullPolicy from Always to IfNotPresent Issue-ID: ONAPARC-461 Signed-off-by: Dileep Ranganathan Change-Id: Id44ecc39a5df61f985caea0ad087e3a571308c4b --- diff --git a/vnfs/DAaaS/deploy/operator/charts/collectd-operator/values.yaml b/vnfs/DAaaS/deploy/operator/charts/collectd-operator/values.yaml index 4517befb..5557bbcb 100644 --- a/vnfs/DAaaS/deploy/operator/charts/collectd-operator/values.yaml +++ b/vnfs/DAaaS/deploy/operator/charts/collectd-operator/values.yaml @@ -6,7 +6,7 @@ watch: image: repository: dcr.cluster.local:32644/collectd-operator tag: latest - pullPolicy: Always + pullPolicy: IfNotPresent resources: {} # We usually recommend not to specify default resources and to leave this as a conscious