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 }}