From cea0d3eeff7b079b37137dad475bef9165644d10 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Thu, 23 Dec 2021 15:59:26 +0100
Subject: [PATCH] Add support for Elasticsearch 6.8.x (#760)

---
 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 4c13595f..12166097 100644
--- a/charts/elasticsearch/Chart.yaml
+++ b/charts/elasticsearch/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.6.2
+version: 0.0.1
 
-appVersion: 7.16.2
+appVersion: 6.8.22
diff --git a/charts/elasticsearch/README.md b/charts/elasticsearch/README.md
index fff05dea..9020de1d 100644
--- a/charts/elasticsearch/README.md
+++ b/charts/elasticsearch/README.md
@@ -1,6 +1,6 @@
 # Elasticsearch
 
-![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.16.2](https://img.shields.io/badge/AppVersion-7.16.2-informational?style=flat-square)
+![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.8.22](https://img.shields.io/badge/AppVersion-6.8.22-informational?style=flat-square)
 
 A Helm chart for Elasticsearch on Kubernetes
 
-- 
GitLab