diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-08-30 13:40:08 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2019-08-30 13:40:08 -0700 |
commit | 47ce54d7f32b42dcb433a81ea5d24ae9a6785ec8 (patch) | |
tree | e3b14d5339769dcb9d6d25f1ef210455d1c9f40c /vnfs | |
parent | aeb2c59b1251f22914547deeecbbdd940f17756f (diff) |
Fixed the imagePullPolicy
Fixed the imagePullPolicy from Always to IfNotPresent
Issue-ID: ONAPARC-461
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Change-Id: Id44ecc39a5df61f985caea0ad087e3a571308c4b
Diffstat (limited to 'vnfs')
-rw-r--r-- | vnfs/DAaaS/deploy/operator/charts/collectd-operator/values.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |