From d7d39e2f639f203c55a2ccaf407b5bdbedab5c8a Mon Sep 17 00:00:00 2001 From: Andrew Gauld Date: Mon, 17 Sep 2018 14:45:46 -0400 Subject: Update image name for default TLS_IMAGE Change-Id: If7a30270d07ce6283f4c24ca3802e23a5cbf70b5 Issue-ID: DCAEGEN2-790 Signed-off-by: Andrew Gauld --- k8s/configure/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/configure/configure.py b/k8s/configure/configure.py index 03077d2..6758cd0 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 = "tls-init:latest" +TLS_IMAGE = "onap/org.onap.dcaegen2.deployments.tls-init-container:1.0.0" def _set_defaults(): """ Set default configuration parameters """ -- cgit 1.2.3-korg