From 91f98fcf700d093e20fa9cb12dcb9bbcd7f207a1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Fri, 21 Jan 2022 19:39:44 +0100
Subject: [PATCH] Fixed issue #816 (#817)

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

diff --git a/charts/elasticsearch/Chart.yaml b/charts/elasticsearch/Chart.yaml
index fee50cb7..8543d0a7 100644
--- a/charts/elasticsearch/Chart.yaml
+++ b/charts/elasticsearch/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.0.4
+version: 0.1.105
 
-appVersion: 6.8.23
+appVersion: 7.10.2
diff --git a/charts/elasticsearch/README.md b/charts/elasticsearch/README.md
index fb78932d..57324065 100644
--- a/charts/elasticsearch/README.md
+++ b/charts/elasticsearch/README.md
@@ -1,6 +1,6 @@
 # Elasticsearch
 
-![Version: 0.0.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.8.23](https://img.shields.io/badge/AppVersion-6.18.23-informational?style=flat-square)
+![Version: 0.1.105](https://img.shields.io/badge/Version-0.1.105-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.10.2](https://img.shields.io/badge/AppVersion-7.10.2-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/elasticsearch/RELEASENOTES.md b/charts/elasticsearch/RELEASENOTES.md
index 1730c043..c3fc98e9 100644
--- a/charts/elasticsearch/RELEASENOTES.md
+++ b/charts/elasticsearch/RELEASENOTES.md
@@ -3,4 +3,5 @@
 | Chart version | App version | Change description |
 | :------------ | :---------- | :----------------- |
 | 0.0.4 | 6.8.23 | Fixed ingress API detection<br>Implemented startupProbe support |
+| 0.1.105 | 7.10.2 | Fixed ingress API detection<br>Implemented startupProbe support |
 | | | |
-- 
GitLab