aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRitu Sood <ritu.sood@intel.com>2020-09-02 13:10:57 -0700
committerRitu Sood <ritu.sood@intel.com>2020-09-02 13:25:11 -0700
commit1898c1f1ece6ec8c02d599f1ca4f1cda1166e0de (patch)
treec1617e0829afc986728999dd1e650a42a8fb6ca6
parentd14246bb9a2c8874f9925c45322d678a93584adb (diff)
Update packages images path
Issue-ID: MULTICLOUD-1065 Signed-off-by: Ritu Sood <ritu.sood@intel.com> Change-Id: I1ae50bafe7b4e40811d5d2061460e1c0240e3dde
-rw-r--r--deployments/helm/v2/onap4k8s/clm/values.yaml2
-rw-r--r--deployments/helm/v2/onap4k8s/ncm/values.yaml2
-rw-r--r--deployments/helm/v2/onap4k8s/orchestrator/values.yaml2
-rw-r--r--deployments/helm/v2/onap4k8s/ovnaction/values.yaml2
-rw-r--r--deployments/helm/v2/onap4k8s/rsync/values.yaml2
-rw-r--r--deployments/kubernetes/onap4k8s.yaml10
-rw-r--r--src/monitor/deploy/operator.yaml2
7 files changed, 11 insertions, 11 deletions
diff --git a/deployments/helm/v2/onap4k8s/clm/values.yaml b/deployments/helm/v2/onap4k8s/clm/values.yaml
index 7bbcdebe..156449e4 100644
--- a/deployments/helm/v2/onap4k8s/clm/values.yaml
+++ b/deployments/helm/v2/onap4k8s/clm/values.yaml
@@ -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"
diff --git a/deployments/helm/v2/onap4k8s/ncm/values.yaml b/deployments/helm/v2/onap4k8s/ncm/values.yaml
index afd3f3f2..23725589 100644
--- a/deployments/helm/v2/onap4k8s/ncm/values.yaml
+++ b/deployments/helm/v2/onap4k8s/ncm/values.yaml
@@ -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"
diff --git a/deployments/helm/v2/onap4k8s/orchestrator/values.yaml b/deployments/helm/v2/onap4k8s/orchestrator/values.yaml
index 2f8cd22b..6c65fd61 100644
--- a/deployments/helm/v2/onap4k8s/orchestrator/values.yaml
+++ b/deployments/helm/v2/onap4k8s/orchestrator/values.yaml
@@ -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"
diff --git a/deployments/helm/v2/onap4k8s/ovnaction/values.yaml b/deployments/helm/v2/onap4k8s/ovnaction/values.yaml
index 411e5d0e..a617f847 100644
--- a/deployments/helm/v2/onap4k8s/ovnaction/values.yaml
+++ b/deployments/helm/v2/onap4k8s/ovnaction/values.yaml
@@ -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"
diff --git a/deployments/helm/v2/onap4k8s/rsync/values.yaml b/deployments/helm/v2/onap4k8s/rsync/values.yaml
index cbee8837..ef4732e3 100644
--- a/deployments/helm/v2/onap4k8s/rsync/values.yaml
+++ b/deployments/helm/v2/onap4k8s/rsync/values.yaml
@@ -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"
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
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