Skip to content

Commit

Permalink
Bump ElasticSearch version to 7.10.2 (#174)
Browse files Browse the repository at this point in the history
Bump the ElasticSearch version in the template to 7.10.2, the last free version distributed
under the Apache v2 license (later versions are SSPL). The latest ECK version of 1.4 no longer
supports installing ElasticSearch 7.5.1 and results in a failed ElasticSearch object due to
7.5.1 being unsupported.

In the future this version value should be exposed in the ServiceTelemetry object so administrators
can set the desired version for their environment.
  • Loading branch information
leifmadsen authored Mar 1, 2021
1 parent aea6eab commit 3b66b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/servicetelemetry/templates/manifest_elasticsearch.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: elasticsearch
namespace: '{{ meta.namespace }}'
spec:
version: 7.5.1
version: 7.10.2
http:
tls:
certificate:
Expand Down

0 comments on commit 3b66b8f

Please sign in to comment.