From ccecfbe9dfa1b13d2da9fc9835d77292a8816261 Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Sun, 14 Feb 2021 12:33:43 +0100
Subject: [PATCH] Updated elasticsearch to 7.11.0 with original image (#241)

---
 charts/elasticsearch/Chart.yaml  | 4 ++--
 charts/elasticsearch/README.md   | 2 +-
 charts/elasticsearch/values.yaml | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/charts/elasticsearch/Chart.yaml b/charts/elasticsearch/Chart.yaml
index e2ed3c49..0f549c11 100644
--- a/charts/elasticsearch/Chart.yaml
+++ b/charts/elasticsearch/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.1.1
+version: 0.1.2
 
-appVersion: 7.10.1
+appVersion: 7.11.0
diff --git a/charts/elasticsearch/README.md b/charts/elasticsearch/README.md
index 14a61135..f0b97e55 100644
--- a/charts/elasticsearch/README.md
+++ b/charts/elasticsearch/README.md
@@ -1,6 +1,6 @@
 # Elasticsearch
 
-![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.10.1](https://img.shields.io/badge/AppVersion-7.10.1-informational?style=flat-square)
+![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.11.0](https://img.shields.io/badge/AppVersion-7.11.0-informational?style=flat-square)
 
 A Helm chart for Elasticsearch on Kubernetes
 
diff --git a/charts/elasticsearch/values.yaml b/charts/elasticsearch/values.yaml
index fe3a9765..de69c462 100644
--- a/charts/elasticsearch/values.yaml
+++ b/charts/elasticsearch/values.yaml
@@ -1,6 +1,6 @@
 ## Elasticsearch docker image
 image:
-  repository: elasticsearch
+  repository: docker.elastic.co/elasticsearch/elasticsearch
   pullPolicy: IfNotPresent
   # Overrides the image tag whose default is the chart appVersion.
   tag: ""
@@ -95,7 +95,7 @@ customLivenessProbe: {}
 ## Default liveness probe
 livenessProbe:
   enabled: true
-  initialDelaySeconds: 30
+  initialDelaySeconds: 60
   timeoutSeconds: 5
   failureThreshold: 3
   successThreshold: 1
@@ -107,7 +107,7 @@ customReadinessProbe: {}
 ## Default readiness probe
 readinessProbe:
   enabled: true
-  initialDelaySeconds: 30
+  initialDelaySeconds: 60
   timeoutSeconds: 5
   failureThreshold: 3
   successThreshold: 1
-- 
GitLab