Update image name for default TLS_IMAGE 67/67067/1
authorAndrew Gauld <ag1282@att.com>
Mon, 17 Sep 2018 18:45:46 +0000 (14:45 -0400)
committerAndrew Gauld <ag1282@att.com>
Mon, 17 Sep 2018 18:48:06 +0000 (14:48 -0400)
Change-Id: If7a30270d07ce6283f4c24ca3802e23a5cbf70b5
Issue-ID: DCAEGEN2-790
Signed-off-by: Andrew Gauld <ag1282@att.com>
k8s/configure/configure.py

index 03077d2..6758cd0 100644 (file)
@@ -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 """