
The newer versions of ElasticSearch use Java 15 which has dropped some of those options, we can keep backwards compatibility by pinning to certain versions[1]. [1]: https://discuss.elastic.co/t/elasticsearch-wont-start-after-7-9-1-to-7-9-2-upgrade/249878/2 Change-Id: Iaa29bc202d9eb9c5eda3040b38596f0524a0c453
12 lines
390 B
YAML
12 lines
390 B
YAML
---
|
|
elasticsearch:
|
|
- 0.1.0 Initial Chart
|
|
- 0.1.1 Change helm-toolkit dependency version to ">= 0.1.0"
|
|
- 0.1.2 Update to 7.6.2 image
|
|
- 0.1.3 Add elasticsearch snapshot policy template for SLM
|
|
- 0.1.4 Add elasticsearch ILM functionality
|
|
- 0.1.5 Make templates job more generic
|
|
- 0.1.6 Fix elasticsearch-master rendering error
|
|
- 0.1.7 Pin Java options to specific versions
|
|
...
|