From 1ae2ccaf865e11f21e2b295a1b3be2365162b76e Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Wed, 10 Mar 2021 20:53:47 +0100
Subject: [PATCH] Upgrade elasticsearch helm chart for Elasticsearch 7.11.2
 (#306)

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

diff --git a/charts/elasticsearch/Chart.yaml b/charts/elasticsearch/Chart.yaml
index d3112181..0b80a5a2 100644
--- a/charts/elasticsearch/Chart.yaml
+++ b/charts/elasticsearch/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.1.3
+version: 0.1.4
 
-appVersion: 7.11.1
+appVersion: 7.11.2
diff --git a/charts/elasticsearch/README.md b/charts/elasticsearch/README.md
index bc60ba55..1145fb35 100644
--- a/charts/elasticsearch/README.md
+++ b/charts/elasticsearch/README.md
@@ -1,6 +1,6 @@
 # Elasticsearch
 
-![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.11.1](https://img.shields.io/badge/AppVersion-7.11.1-informational?style=flat-square)
+![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.11.2](https://img.shields.io/badge/AppVersion-7.11.2-informational?style=flat-square)
 
 A Helm chart for Elasticsearch on Kubernetes
 
-- 
GitLab