From 0f073a47e6e67ae2a8a2126e2b2de63d955b1f6d Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Thu, 11 Nov 2021 19:17:32 +0100
Subject: [PATCH] Update elasticsearch chart for Elasticsearch 7.15.2 (#690)

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