summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Multanen <eric.w.multanen@intel.com>2020-07-17 01:39:28 +0000
committerGerrit Code Review <gerrit@onap.org>2020-07-17 01:39:28 +0000
commit46feb5b7bb5ed0348261637be34bd368155b55b7 (patch)
tree2c0ad5f12097b72c36aadd55fb10ce8143c01950
parent7e1ac3352cac761fe4e6052a6770d8bd77cdf046 (diff)
parentb24702264f9c1e5a9ccae02fd428e8d37e6c7151 (diff)
Merge "Update resource name for docker images"
-rw-r--r--deployments/helm/v2/onap4k8s/clm/values.yaml4
-rw-r--r--deployments/helm/v2/onap4k8s/ncm/values.yaml4
-rw-r--r--deployments/helm/v2/onap4k8s/orchestrator/values.yaml4
-rw-r--r--deployments/helm/v2/onap4k8s/ovnaction/values.yaml4
-rw-r--r--deployments/helm/v2/onap4k8s/rsync/values.yaml4
-rw-r--r--deployments/kubernetes/onap4k8s.yaml20
6 files changed, 20 insertions, 20 deletions
diff --git a/deployments/helm/v2/onap4k8s/clm/values.yaml b/deployments/helm/v2/onap4k8s/clm/values.yaml
index 5c7bf8d4..7bbcdebe 100644
--- a/deployments/helm/v2/onap4k8s/clm/values.yaml
+++ b/deployments/helm/v2/onap4k8s/clm/values.yaml
@@ -23,8 +23,8 @@ global:
#################################################################
# application image
repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
command: "/opt/emco/entrypoint"
args: "clm"
workingDir: /opt/emco
diff --git a/deployments/helm/v2/onap4k8s/ncm/values.yaml b/deployments/helm/v2/onap4k8s/ncm/values.yaml
index ce700e9b..e495cd61 100644
--- a/deployments/helm/v2/onap4k8s/ncm/values.yaml
+++ b/deployments/helm/v2/onap4k8s/ncm/values.yaml
@@ -23,8 +23,8 @@ global:
#################################################################
# application image
repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
command: "/opt/emco/entrypoint"
args: "ncm"
workingDir: /opt/emco
diff --git a/deployments/helm/v2/onap4k8s/orchestrator/values.yaml b/deployments/helm/v2/onap4k8s/orchestrator/values.yaml
index 0ba1a9e8..2f8cd22b 100644
--- a/deployments/helm/v2/onap4k8s/orchestrator/values.yaml
+++ b/deployments/helm/v2/onap4k8s/orchestrator/values.yaml
@@ -23,8 +23,8 @@ global:
#################################################################
# application image
repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
command: "/opt/emco/entrypoint"
args: "orchestrator"
workingDir: /opt/emco
diff --git a/deployments/helm/v2/onap4k8s/ovnaction/values.yaml b/deployments/helm/v2/onap4k8s/ovnaction/values.yaml
index 815f3fec..1773592f 100644
--- a/deployments/helm/v2/onap4k8s/ovnaction/values.yaml
+++ b/deployments/helm/v2/onap4k8s/ovnaction/values.yaml
@@ -23,8 +23,8 @@ global:
#################################################################
# application image
repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
command: "/opt/emco/entrypoint"
args: "ovnaction"
workingDir: /opt/emco
diff --git a/deployments/helm/v2/onap4k8s/rsync/values.yaml b/deployments/helm/v2/onap4k8s/rsync/values.yaml
index 07e4b356..cbee8837 100644
--- a/deployments/helm/v2/onap4k8s/rsync/values.yaml
+++ b/deployments/helm/v2/onap4k8s/rsync/values.yaml
@@ -23,8 +23,8 @@ global:
#################################################################
# application image
repository: registry.hub.docker.com
-image: rtsood/emco:0.0.1
-pullPolicy: IfNotPresent
+image: rtsood/emco:stable
+pullPolicy: Always
command: "/opt/emco/entrypoint"
args: "rsync"
workingDir: /opt/emco
diff --git a/deployments/kubernetes/onap4k8s.yaml b/deployments/kubernetes/onap4k8s.yaml
index c27b9042..cbd21898 100644
--- a/deployments/kubernetes/onap4k8s.yaml
+++ b/deployments/kubernetes/onap4k8s.yaml
@@ -53,8 +53,8 @@ spec:
spec:
containers:
- name: orchestrator
- image: rtsood/emco:0.0.1
- imagePullPolicy: IfNotPresent
+ image: rtsood/emco:stable
+ imagePullPolicy: Always
command: ["/opt/emco/entrypoint", "orchestrator"]
workingDir: /opt/emco
ports:
@@ -125,8 +125,8 @@ spec:
spec:
containers:
- name: ncm
- image: rtsood/emco:0.0.1
- imagePullPolicy: IfNotPresent
+ image: rtsood/emco:stable
+ imagePullPolicy: Always
command: ["/opt/emco/entrypoint", "ncm"]
workingDir: /opt/emco
ports:
@@ -195,8 +195,8 @@ spec:
spec:
containers:
- name: rsync
- image: rtsood/emco:0.0.1
- imagePullPolicy: IfNotPresent
+ image: rtsood/emco:stable
+ imagePullPolicy: Always
command: ["/opt/emco/entrypoint", "rsync"]
workingDir: /opt/emco
ports:
@@ -270,8 +270,8 @@ spec:
spec:
containers:
- name: ovnaction
- image: rtsood/emco:0.0.1
- imagePullPolicy: IfNotPresent
+ image: rtsood/emco:stable
+ imagePullPolicy: Always
command: ["/opt/emco/entrypoint", "ovnaction"]
workingDir: /opt/emco
ports:
@@ -343,8 +343,8 @@ spec:
spec:
containers:
- name: clm
- image: rtsood/emco:0.0.1
- imagePullPolicy: IfNotPresent
+ image: rtsood/emco:stable
+ imagePullPolicy: Always
command: ["/opt/emco/entrypoint", "clm"]
workingDir: /opt/emco
ports: