summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gauld <ag1282@att.com>2018-09-17 14:45:46 -0400
committerAndrew Gauld <ag1282@att.com>2018-09-17 14:48:06 -0400
commitd7d39e2f639f203c55a2ccaf407b5bdbedab5c8a (patch)
tree63b4de509e6f63179ee9a788906c82e37875d779
parent6292de70ae19c84c01d12562c0e6682918fe30f8 (diff)
Update image name for default TLS_IMAGE
Change-Id: If7a30270d07ce6283f4c24ca3802e23a5cbf70b5 Issue-ID: DCAEGEN2-790 Signed-off-by: Andrew Gauld <ag1282@att.com>
-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 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 """