From 92faa3db0067b5b740d33bf225fb5e0b8c7e1ac9 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, 11 Feb 2022 17:15:26 +0100
Subject: [PATCH] #167 Added elasticsearch chart deprecation notice (#871)

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

diff --git a/charts/elasticsearch/Chart.yaml b/charts/elasticsearch/Chart.yaml
index fe5d314a..d236dbda 100644
--- a/charts/elasticsearch/Chart.yaml
+++ b/charts/elasticsearch/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.8.1
+version: 0.8.2
 
 appVersion: 8.0.0
diff --git a/charts/elasticsearch/README.md b/charts/elasticsearch/README.md
index 5054b2d0..5bbfe970 100644
--- a/charts/elasticsearch/README.md
+++ b/charts/elasticsearch/README.md
@@ -1,6 +1,12 @@
 # Elasticsearch
 
-![Version: 0.8.1](https://img.shields.io/badge/Version-0.8.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.0](https://img.shields.io/badge/AppVersion-8.0.0-informational?style=flat-square)
+# ⚠️ Deprecation and Archive Notice
+
+This chart version (v0.8.2) is the last update and the chart is deprecated and will no longer be maintained.
+
+Please use the original Elasticsearch helm chart at [https://github.com/elastic/helm-charts](https://github.com/elastic/helm-charts)
+
+![Version: 0.8.2](https://img.shields.io/badge/Version-0.8.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.0](https://img.shields.io/badge/AppVersion-8.0.0-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/elasticsearch/RELEASENOTES.md b/charts/elasticsearch/RELEASENOTES.md
index 48efb9ff..0ac39931 100644
--- a/charts/elasticsearch/RELEASENOTES.md
+++ b/charts/elasticsearch/RELEASENOTES.md
@@ -11,4 +11,5 @@
 | 0.7.0 | 7.17.0 | Upgraded to Elasticsearch 7.17.0 |
 | 0.8.0 | 8.0.0 | Upgraded to Elasticsearch 8.0.0 |
 | 0.8.1 | 8.0.0 | Fixed livenessProbe for Elasticsearch 8.x |
+| 0.8.2 | 8.0.0 | Deprecation notice added |
 | | | |
-- 
GitLab