From: vagrant Date: Mon, 17 Sep 2018 06:56:45 +0000 (+0000) Subject: include registry on tls image X-Git-Tag: 3.0.0-ONAP~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0778a590cffd145685c80ab6fdcc34934026c8f8;p=dcaegen2%2Fplatform%2Fplugins.git include registry on tls image Change-Id: Ic109995f29922ca3a28107970fa1aae5246b9b67 Signed-off-by: Vijay Venkatesh Kumar Issue-ID: DCAEGEN2-790 --- 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 """