diff --git a/charts/elasticsearch/Chart.yaml b/charts/elasticsearch/Chart.yaml
index e2ed3c4998f8420cb9f3a05d0826725a4d110742..0f549c11bf147c6483020e71091e8b56e6f5880f 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 14a61135f3f5809def170eee6463830542818678..f0b97e55f1eb1349bafcd970d7e805d602af52c1 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 fe3a97651d9fce282475db5f3f109741df6fc388..de69c462295f636b635fa442edad13d9c540438e 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