Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
[meta] update support matrix (#1305) (#1308)
Browse files Browse the repository at this point in the history
This commit update the support matrix for releases > 7.11.
  • Loading branch information
jmlrt authored Jul 22, 2021
1 parent cec1760 commit 496c604
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
- [Helm versions](#helm-versions)
- [ECK](#eck)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- END doctoc generated TOC please keep comment here to allow auto-update -->


## Charts

These Helm charts are designed to be a lightweight way to configure our official
Docker images. Links to the relevant Docker image documentation has also been
Docker images. Links to the relevant Docker image documentation have also been
added below.

We recommend that the Helm chart version is aligned to the version of the product
you want to deploy. This will ensure that you using a chart version that has been
tested against the corresponding production version.
This will also ensure that the documentation and examples for the chart will work
with the version of the product you are installing.
with the version of the product, you are installing.

For example if you want to deploy an Elasticsearch `7.7.1` cluster, use the
For example, if you want to deploy an Elasticsearch `7.7.1` cluster, use the
corresponding `7.7.1` [tag][elasticsearch-771].

The `master` version of these charts are intended to support the latest pre-release
Expand Down Expand Up @@ -68,6 +68,8 @@ Note that only the released charts coming from [Elastic Helm repo][] or
| 7.9 | GA | GA | Beta | GA | GA | Beta |
| 7.10 | GA | GA | Beta | GA | GA | Beta |
| 7.11 | GA | GA | Beta | GA | GA | Beta |
| 7.12 | GA | GA | Beta | GA | GA | Beta |
| 7.13 | GA | GA | Beta | GA | GA | Beta |

### Kubernetes Versions

Expand All @@ -83,9 +85,9 @@ Helm version mentioned in [helm-tester Dockerfile][] (currently 3.5.3).

## ECK

In addition of these Helm charts, Elastic also provides
In addition to these Helm charts, Elastic also provides
[Elastic Cloud on Kubernetes][] which is based on [Operator pattern][] and is
Elastic recommended way to deploy Elasticsearch, Kibana and APM Server on
Elastic recommended way to deploy Elasticsearch, Kibana, and APM Server on
Kubernetes. There is a dedicated Helm chart for ECK which can be found
[in ECK repo][eck-chart] ([documentation][eck-chart-doc]).

Expand Down

0 comments on commit 496c604

Please sign in to comment.