diff options
Diffstat (limited to 'deployments/helm')
5 files changed, 10 insertions, 10 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 |