From 1898c1f1ece6ec8c02d599f1ca4f1cda1166e0de Mon Sep 17 00:00:00 2001 From: Ritu Sood Date: Wed, 2 Sep 2020 13:10:57 -0700 Subject: Update packages images path Issue-ID: MULTICLOUD-1065 Signed-off-by: Ritu Sood Change-Id: I1ae50bafe7b4e40811d5d2061460e1c0240e3dde --- deployments/kubernetes/onap4k8s.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'deployments/kubernetes') diff --git a/deployments/kubernetes/onap4k8s.yaml b/deployments/kubernetes/onap4k8s.yaml index cbd21898..6e404873 100644 --- a/deployments/kubernetes/onap4k8s.yaml +++ b/deployments/kubernetes/onap4k8s.yaml @@ -53,7 +53,7 @@ spec: spec: containers: - name: orchestrator - image: rtsood/emco:stable + image: emcov2/emco:stable imagePullPolicy: Always command: ["/opt/emco/entrypoint", "orchestrator"] workingDir: /opt/emco @@ -125,7 +125,7 @@ spec: spec: containers: - name: ncm - image: rtsood/emco:stable + image: emcov2/emco:stable imagePullPolicy: Always command: ["/opt/emco/entrypoint", "ncm"] workingDir: /opt/emco @@ -195,7 +195,7 @@ spec: spec: containers: - name: rsync - image: rtsood/emco:stable + image: emcov2/emco:stable imagePullPolicy: Always command: ["/opt/emco/entrypoint", "rsync"] workingDir: /opt/emco @@ -270,7 +270,7 @@ spec: spec: containers: - name: ovnaction - image: rtsood/emco:stable + image: emcov2/emco:stable imagePullPolicy: Always command: ["/opt/emco/entrypoint", "ovnaction"] workingDir: /opt/emco @@ -343,7 +343,7 @@ spec: spec: containers: - name: clm - image: rtsood/emco:stable + image: emcov2/emco:stable imagePullPolicy: Always command: ["/opt/emco/entrypoint", "clm"] workingDir: /opt/emco -- cgit 1.2.3-korg