diff options
Diffstat (limited to 'deployments/helm/v2/onap4k8s/clm/values.yaml')
-rw-r--r-- | deployments/helm/v2/onap4k8s/clm/values.yaml | 4 |
1 files changed, 2 insertions, 2 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 |