Skip to content

Commit c61021b

Browse files
desaintmartinIan Levesque
authored andcommitted
[stable/elasticsearch] Deprecate Elasticsearch chart in favor of official Elastic chart. (helm#21955)
Signed-off-by: Cédric de Saint Martin <cdesaintmartin@wiremind.fr>
1 parent ce4be67 commit c61021b

3 files changed

Lines changed: 12 additions & 18 deletions

File tree

stable/elasticsearch/Chart.yaml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
apiVersion: v1
22
name: elasticsearch
33
home: https://www.elastic.co/products/elasticsearch
4-
version: 1.32.4
4+
version: 1.32.5
55
appVersion: 6.8.6
6-
description: Flexible and powerful open source, distributed real-time search and analytics
6+
# The elasticsearch chart is deprecated and no longer maintained. For details deprecation, see the PROCESSES.md file.
7+
deprecated: true
8+
description: DEPRECATED Flexible and powerful open source, distributed real-time search and analytics
79
engine.
810
icon: https://static-www.elastic.co/assets/blteb1c97719574938d/logo-elastic-elasticsearch-lt.svg
911
sources:
@@ -13,16 +15,4 @@ sources:
1315
- https://github.com/GoogleCloudPlatform/elasticsearch-docker
1416
- https://github.com/clockworksoul/helm-elasticsearch
1517
- https://github.com/pires/kubernetes-elasticsearch-cluster
16-
maintainers:
17-
- name: simonswine
18-
email: christian@jetstack.io
19-
- name: icereval
20-
email: michael.haselton@gmail.com
21-
- name: rendhalver
22-
email: pete.brown@powerhrg.com
23-
- name: desaintmartin
24-
email: cedric@desaintmartin.fr
25-
- name: KongZ
26-
email: goonohc@gmail.com
27-
- name: hectorj2f
28-
email: hfernandez@mesosphere.com
18+
maintainers: []

stable/elasticsearch/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
This chart uses a standard Docker image of Elasticsearch (docker.elastic.co/elasticsearch/elasticsearch-oss) and uses a service pointing to the master's transport port for service discovery.
44
Elasticsearch does not communicate with the Kubernetes API, hence no need for RBAC permissions.
55

6-
## **Pre-deprecation notice**
7-
As mentioned in #10543 we are planning on deprecating this chart in favour of the official [Elastic Helm Chart](https://github.com/elastic/helm-charts/tree/master/elasticsearch).
6+
## This Helm chart is deprecated
7+
As mentioned in #10543 this chart has been deprecated in favour of the official [Elastic Helm Chart](https://github.com/elastic/helm-charts/tree/master/elasticsearch).
88
We have made steps towards that goal by producing a [migration guide](https://github.com/elastic/helm-charts/blob/master/elasticsearch/examples/migration/README.md) to help people switch the management of their clusters over to the new Charts.
9-
The Elastic Helm Chart supports version 7 of Elasticsearch and it was decided it would be easier for people to upgrade after migrating to the Elastic Helm Chart because it's upgrade process works better.
9+
The Elastic Helm Chart supports version 6 and 7 of Elasticsearch and it was decided it would be easier for people to upgrade after migrating to the Elastic Helm Chart because it's upgrade process works better.
1010
During deprecation process we want to make sure that Chart will do what people are using this chart to do.
1111
Please look at the Elastic Helm Charts and if you see anything missing from please [open an issue](https://github.com/elastic/helm-charts/issues/new/choose) to let us know what you need.
1212
The Elastic Chart repo is also in [Helm Hub](https://hub.helm.sh).

stable/elasticsearch/templates/NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
This Helm chart is deprecated. Please use https://github.com/elastic/helm-charts/tree/master/elasticsearch instead.
2+
3+
---
4+
15
The elasticsearch cluster has been installed.
26

37
Elasticsearch can be accessed:

0 commit comments

Comments
 (0)