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 --- src/monitor/deploy/operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/monitor') diff --git a/src/monitor/deploy/operator.yaml b/src/monitor/deploy/operator.yaml index 93e4522c..80020d7a 100644 --- a/src/monitor/deploy/operator.yaml +++ b/src/monitor/deploy/operator.yaml @@ -18,7 +18,7 @@ spec: containers: - name: monitor # Replace this with the built image name - image: ewmduck/monitor:latest + image: emcov2/monitor:latest command: - /opt/monitor/monitor imagePullPolicy: IfNotPresent -- cgit 1.2.3-korg