summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 """