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