diff options
author | mharazin <mateusz.harazin@nokia.com> | 2020-05-06 16:07:07 +0200 |
---|---|---|
committer | mharazin <mateusz.harazin@nokia.com> | 2020-05-08 08:39:20 +0200 |
commit | fccd551e56dc1e46f1894b80ff375a1522cdf152 (patch) | |
tree | e80acd5683c26bc95631a80bbcf1afc892906cf5 /tools/performance/cloud/producer-pod.yaml | |
parent | f3b6f88fe48da4808f2521cb0769cc77caf4f3fb (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-x | tools/performance/cloud/producer-pod.yaml | 5 |
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 |