From c29df19ebc52ff2312204e2d6f672c5b7edf2b9f Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Tue, 20 Jul 2021 18:04:16 +0200
Subject: [PATCH] Update elasticsearch chart for Elasticsearch 7.13.4 (#512)

---
 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 82ea9c1f..c3833a23 100644
--- a/charts/elasticsearch/Chart.yaml
+++ b/charts/elasticsearch/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.3
+version: 0.3.4
 
-appVersion: 7.13.3
+appVersion: 7.13.4
diff --git a/charts/elasticsearch/README.md b/charts/elasticsearch/README.md
index 37516f2a..2b233a92 100644
--- a/charts/elasticsearch/README.md
+++ b/charts/elasticsearch/README.md
@@ -1,6 +1,6 @@
 # Elasticsearch
 
-![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.13.3](https://img.shields.io/badge/AppVersion-7.13.3-informational?style=flat-square)
+![Version: 0.3.4](https://img.shields.io/badge/Version-0.3.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.13.4](https://img.shields.io/badge/AppVersion-7.13.4-informational?style=flat-square)
 
 A Helm chart for Elasticsearch on Kubernetes
 
-- 
GitLab