From be8d17961474e40b863b31d330408a2d9a673c99 Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Sat, 25 Sep 2021 11:36:20 +0200
Subject: [PATCH] Update elasticsearch chart for Elasticsearch 7.14.2 (#621)

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

diff --git a/charts/elasticsearch/Chart.yaml b/charts/elasticsearch/Chart.yaml
index 2a07b5f2..730c7344 100644
--- a/charts/elasticsearch/Chart.yaml
+++ b/charts/elasticsearch/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.4.1
+version: 0.4.2
 
-appVersion: 7.14.1
+appVersion: 7.14.2
diff --git a/charts/elasticsearch/README.md b/charts/elasticsearch/README.md
index 711083f7..5bb7cc72 100644
--- a/charts/elasticsearch/README.md
+++ b/charts/elasticsearch/README.md
@@ -1,6 +1,6 @@
 # Elasticsearch
 
-![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.14.1](https://img.shields.io/badge/AppVersion-7.14.1-informational?style=flat-square)
+![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.14.2](https://img.shields.io/badge/AppVersion-7.14.2-informational?style=flat-square)
 
 A Helm chart for Elasticsearch on Kubernetes
 
@@ -55,7 +55,7 @@ $ helm uninstall my-release
 | Key | Type | Default | Description |
 |-----|------|---------|-------------|
 | image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
-| image.repository | string | `"elasticsearch"` | Image name |
+| image.repository | string | `"docker.elastic.co/elasticsearch/elasticsearch"` | Image name |
 | image.tag | string | `""` | Image tag |
 | imagePullSecrets | list | `[]` | Image pull secrets |
 | livenessProbe | object | `see values.yaml` | Liveness probe configuration |
-- 
GitLab