diff --git a/incubator/elasticsearch/Chart.yaml b/incubator/elasticsearch/Chart.yaml index 1db2709a1e..9600a4e21b 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.10.0 +version: 1.10.1 appVersion: 6.4.2 description: Flexible and powerful open source, distributed real-time search and analytics engine. diff --git a/incubator/elasticsearch/templates/client-deployment.yaml b/incubator/elasticsearch/templates/client-deployment.yaml index e648c3cbc3..23ff9ede30 100644 --- a/incubator/elasticsearch/templates/client-deployment.yaml +++ b/incubator/elasticsearch/templates/client-deployment.yaml @@ -106,7 +106,7 @@ spec: initialDelaySeconds: 5 livenessProbe: httpGet: - path: /_cluster/health + path: /_cluster/health?local=true port: 9200 initialDelaySeconds: 90 image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"