Update packages images path 65/112065/2
authorRitu Sood <ritu.sood@intel.com>
Wed, 2 Sep 2020 20:10:57 +0000 (13:10 -0700)
committerRitu Sood <ritu.sood@intel.com>
Wed, 2 Sep 2020 20:25:11 +0000 (13:25 -0700)
Issue-ID: MULTICLOUD-1065
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I1ae50bafe7b4e40811d5d2061460e1c0240e3dde

deployments/helm/v2/onap4k8s/clm/values.yaml
deployments/helm/v2/onap4k8s/ncm/values.yaml
deployments/helm/v2/onap4k8s/orchestrator/values.yaml
deployments/helm/v2/onap4k8s/ovnaction/values.yaml
deployments/helm/v2/onap4k8s/rsync/values.yaml
deployments/kubernetes/onap4k8s.yaml
src/monitor/deploy/operator.yaml

index 7bbcdeb..156449e 100644 (file)
@@ -23,7 +23,7 @@ global:
 #################################################################
 # application image
 repository: registry.hub.docker.com
-image: rtsood/emco:stable
+image: emcov2/emco:stable
 pullPolicy: Always
 command: "/opt/emco/entrypoint"
 args: "clm"
index afd3f3f..2372558 100644 (file)
@@ -23,7 +23,7 @@ global:
 #################################################################
 # application image
 repository: registry.hub.docker.com
-image: rtsood/emco:stable
+image: emcov2/emco:stable
 pullPolicy: Always
 command: "/opt/emco/entrypoint"
 args: "ncm"
index 2f8cd22..6c65fd6 100644 (file)
@@ -23,7 +23,7 @@ global:
 #################################################################
 # application image
 repository: registry.hub.docker.com
-image: rtsood/emco:stable
+image: emcov2/emco:stable
 pullPolicy: Always
 command: "/opt/emco/entrypoint"
 args: "orchestrator"
index 411e5d0..a617f84 100644 (file)
@@ -23,7 +23,7 @@ global:
 #################################################################
 # application image
 repository: registry.hub.docker.com
-image: rtsood/emco:stable
+image: emcov2/emco:stable
 pullPolicy: Always
 command: "/opt/emco/entrypoint"
 args: "ovnaction"
index cbee883..ef4732e 100644 (file)
@@ -23,7 +23,7 @@ global:
 #################################################################
 # application image
 repository: registry.hub.docker.com
-image: rtsood/emco:stable
+image: emcov2/emco:stable
 pullPolicy: Always
 command: "/opt/emco/entrypoint"
 args: "rsync"
index cbd2189..6e40487 100644 (file)
@@ -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
index 93e4522..80020d7 100644 (file)
@@ -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