summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvagrant <vv770d@att.com>2018-09-17 06:56:45 +0000
committervagrant <vv770d@att.com>2018-09-17 06:57:28 +0000
commit0778a590cffd145685c80ab6fdcc34934026c8f8 (patch)
tree79ca160df087ad812171bab4685f289523c2a19e
parentd7d39e2f639f203c55a2ccaf407b5bdbedab5c8a (diff)
include registry on tls image
Change-Id: Ic109995f29922ca3a28107970fa1aae5246b9b67 Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com> Issue-ID: DCAEGEN2-790
-rw-r--r--k8s/configure/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/k8s/configure/configure.py b/k8s/configure/configure.py
index 6758cd0..de196c0 100644
--- a/k8s/configure/configure.py
+++ b/k8s/configure/configure.py
@@ -33,7 +33,7 @@ FB_CONFIG_MAP = "filebeat-conf"
FB_IMAGE = "docker.elastic.co/beats/filebeat:5.5.0"
TLS_CERT_PATH = "/opt/tls/shared"
-TLS_IMAGE = "onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.0"
+TLS_IMAGE = "nexus3.onap.org:10001/onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.0"
def _set_defaults():
""" Set default configuration parameters """