From 2c4c2cb360f239117a653feed002aecf9696d5cc Mon Sep 17 00:00:00 2001 From: Matt Schuchard Date: Wed, 10 Oct 2018 20:47:42 -0400 Subject: [PATCH] Fix elastic DNS information output. (#8131) Signed-off-by: Matt Schuchard --- incubator/elasticsearch/Chart.yaml | 2 +- incubator/elasticsearch/templates/NOTES.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/incubator/elasticsearch/Chart.yaml b/incubator/elasticsearch/Chart.yaml index 60b8e8c116..8ead9d4f07 100755 --- a/incubator/elasticsearch/Chart.yaml +++ b/incubator/elasticsearch/Chart.yaml @@ -1,6 +1,6 @@ name: elasticsearch home: https://www.elastic.co/products/elasticsearch -version: 1.9.1 +version: 1.9.2 appVersion: 6.4.2 description: Flexible and powerful open source, distributed real-time search and analytics engine. diff --git a/incubator/elasticsearch/templates/NOTES.txt b/incubator/elasticsearch/templates/NOTES.txt index 740c17b92c..c38cbd6ba7 100644 --- a/incubator/elasticsearch/templates/NOTES.txt +++ b/incubator/elasticsearch/templates/NOTES.txt @@ -4,7 +4,7 @@ Elasticsearch can be accessed: * Within your cluster, at the following DNS name at port 9200: - {{ template "elasticsearch.client.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local + {{ template "elasticsearch.client.fullname" . }}.{{ .Release.Namespace }}.svc * From outside the cluster, run these commands in the same shell: {{- if contains "NodePort" .Values.client.serviceType }}