summaryrefslogtreecommitdiffstats
path: root/tools/performance/cloud/producer-pod.yaml
diff options
context:
space:
mode:
authormharazin <mateusz.harazin@nokia.com>2020-05-06 16:07:07 +0200
committermharazin <mateusz.harazin@nokia.com>2020-05-08 08:39:20 +0200
commitfccd551e56dc1e46f1894b80ff375a1522cdf152 (patch)
treee80acd5683c26bc95631a80bbcf1afc892906cf5 /tools/performance/cloud/producer-pod.yaml
parentf3b6f88fe48da4808f2521cb0769cc77caf4f3fb (diff)
Update image paths
Issue-ID: DCAEGEN2-1576 Signed-off-by: Mateusz Harazin <mateusz.harazin@nokia.com> Change-Id: I23ac180442889fad2665ba7413aa71cad90fc313
Diffstat (limited to 'tools/performance/cloud/producer-pod.yaml')
-rwxr-xr-xtools/performance/cloud/producer-pod.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/performance/cloud/producer-pod.yaml b/tools/performance/cloud/producer-pod.yaml
index 5b41c4e0..53821a41 100755
--- a/tools/performance/cloud/producer-pod.yaml
+++ b/tools/performance/cloud/producer-pod.yaml
@@ -26,7 +26,8 @@ metadata:
spec:
containers:
- name: hv-collector-producer
- image: the-a-team-registry-local.esisoj70.emea.nsn-net.net/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-go-client:latest
+ imagePullPolicy: IfNotPresent
+ image: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-go-client:latest
volumeMounts:
- name: ssl-certs
mountPath: /ssl
@@ -78,4 +79,4 @@ spec:
- name: ssl-certs
secret:
secretName: cert
- restartPolicy: Never \ No newline at end of file
+ restartPolicy: Never