diff options
author | Ritu Sood <ritu.sood@intel.com> | 2020-09-02 13:10:57 -0700 |
---|---|---|
committer | Ritu Sood <ritu.sood@intel.com> | 2020-09-02 13:25:11 -0700 |
commit | 1898c1f1ece6ec8c02d599f1ca4f1cda1166e0de (patch) | |
tree | c1617e0829afc986728999dd1e650a42a8fb6ca6 /src/monitor | |
parent | d14246bb9a2c8874f9925c45322d678a93584adb (diff) |
Update packages images path
Issue-ID: MULTICLOUD-1065
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I1ae50bafe7b4e40811d5d2061460e1c0240e3dde
Diffstat (limited to 'src/monitor')
-rw-r--r-- | src/monitor/deploy/operator.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |