diff options
author | Ritu Sood <ritu.sood@intel.com> | 2020-07-16 16:03:47 -0700 |
---|---|---|
committer | Ritu Sood <ritu.sood@intel.com> | 2020-07-16 16:03:47 -0700 |
commit | b24702264f9c1e5a9ccae02fd428e8d37e6c7151 (patch) | |
tree | c070ebbf9830b72289b826160f268f1118ca6311 /deployments/kubernetes | |
parent | ad17b4360890fc2915795515ac265fc66720f4ad (diff) |
Update resource name for docker images
Change the image name to stable for
helm chart and developer scripts
Issue-ID: MULTICLOUD-1065
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I11e1773949279c7c05100d2988af9ad3aacbd43d
Diffstat (limited to 'deployments/kubernetes')
-rw-r--r-- | deployments/kubernetes/onap4k8s.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
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: |