From b24702264f9c1e5a9ccae02fd428e8d37e6c7151 Mon Sep 17 00:00:00 2001 From: Ritu Sood Date: Thu, 16 Jul 2020 16:03:47 -0700 Subject: 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 Change-Id: I11e1773949279c7c05100d2988af9ad3aacbd43d --- deployments/helm/v2/onap4k8s/orchestrator/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployments/helm/v2/onap4k8s/orchestrator') 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 -- cgit 1.2.3-korg