From 4b5612ba959d2c8eaac5cf8391ec1352a8a008bd Mon Sep 17 00:00:00 2001 From: Harry Cai Date: Thu, 24 Sep 2020 17:28:39 +0800 Subject: [PATCH] [bitnami/elasticsearch] Fix "initialDelaySeconds" Overwrite Issue in bitnami/elasticsearch/templates/ingest-deploy.yaml (#3762) * add affinity, nodeSelector, tolerations attributes for Elasticsearch metrics service * update the chart version from 12.5.2 to 12.6.0 * [bitnami/elasticsearch] Update the chart version from 12.5.2 to 12.6.0 * remove the duplicated 'initialDelaySeconds' configuration in ingest-deploy.yaml of bitnami/elasticsearch * update the Elasticsearch chart version from 12.6.4 to 12.6.5 Co-authored-by: Harry Cai --- bitnami/elasticsearch/Chart.yaml | 2 +- bitnami/elasticsearch/templates/ingest-deploy.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/bitnami/elasticsearch/Chart.yaml b/bitnami/elasticsearch/Chart.yaml index c191bf75e3..e8ff70aad6 100644 --- a/bitnami/elasticsearch/Chart.yaml +++ b/bitnami/elasticsearch/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: elasticsearch -version: 12.6.4 +version: 12.6.5 appVersion: 7.9.1 description: A highly scalable open-source full-text search and analytics engine keywords: diff --git a/bitnami/elasticsearch/templates/ingest-deploy.yaml b/bitnami/elasticsearch/templates/ingest-deploy.yaml index 20edd6ee1f..45bed454de 100644 --- a/bitnami/elasticsearch/templates/ingest-deploy.yaml +++ b/bitnami/elasticsearch/templates/ingest-deploy.yaml @@ -110,7 +110,6 @@ spec: httpGet: path: /_cluster/health?local=true port: 9200 - initialDelaySeconds: 90 {{- end }} {{- if .Values.ingest.readinessProbe.enabled}} readinessProbe: @@ -122,7 +121,6 @@ spec: httpGet: path: /_cluster/health?local=true port: 9200 - initialDelaySeconds: 5 {{- end}} {{- if .Values.ingest.resources }} resources: {{- toYaml .Values.ingest.resources | nindent 12 }}