From 52d9b32f6b627d4ad670a22ac3ef6e8fceb92725 Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Sat, 16 Oct 2021 16:43:18 +0200
Subject: [PATCH] Update elasticsearch chart for Elasticsearch 7.15.1 (#654)

---
 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 ad860ad3..b8f03ed1 100644
--- a/charts/elasticsearch/Chart.yaml
+++ b/charts/elasticsearch/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.5.0
+version: 0.5.1
 
-appVersion: 7.15.0
+appVersion: 7.15.1
diff --git a/charts/elasticsearch/README.md b/charts/elasticsearch/README.md
index 2767e271..caf17b88 100644
--- a/charts/elasticsearch/README.md
+++ b/charts/elasticsearch/README.md
@@ -1,6 +1,6 @@
 # Elasticsearch
 
-![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.15.0](https://img.shields.io/badge/AppVersion-7.15.0-informational?style=flat-square)
+![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.15.1](https://img.shields.io/badge/AppVersion-7.15.1-informational?style=flat-square)
 
 A Helm chart for Elasticsearch on Kubernetes
 
-- 
GitLab