Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions apm-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See [supported configurations][] for more details.

## Installing

This chart is tested with the latest 7.11.0-SNAPSHOT versions.
This chart is tested with the latest 7.11.0-SNAPSHOT version.

### Install released version using Helm repository

Expand All @@ -53,11 +53,12 @@ This chart is tested with the latest 7.11.0-SNAPSHOT versions.
- with Helm 3: `helm install apm-server --version <version> elastic/apm-server`
- with Helm 2 (deprecated): `helm install --name apm-server --version <version> elastic/apm-server`


### Install development version using 7.x branch and 7.11.0-SNAPSHOT versions
### Install development version from a branch

* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Checkout the branch : `git checkout 7.x`

* Install it:
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.11.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.11.0-SNAPSHOT`
Expand Down
9 changes: 4 additions & 5 deletions elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ See [supported configurations][] for more details.

## Installing

This chart is tested with the latest 7.11.0-SNAPSHOT versions.
This chart is tested with the latest 7.11.0-SNAPSHOT version.

### Install released version using Helm repository

Expand All @@ -63,12 +63,12 @@ This chart is tested with the latest 7.11.0-SNAPSHOT versions.
- with Helm 3: `helm install elasticsearch --version <version> elastic/elasticsearch`
- with Helm 2 (deprecated): `helm install --name elasticsearch --version <version> elastic/elasticsearch`



### Install development version using 7.x branch and 7.11.0-SNAPSHOT versions
### Install development version from a branch

* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Checkout the branch : `git checkout 7.x`

* Install it:
- with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.11.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.11.0-SNAPSHOT`
Expand Down Expand Up @@ -389,7 +389,6 @@ about our development and testing process.

[7.x]: https://github.com/elastic/helm-charts/releases
[#63]: https://github.com/elastic/helm-charts/issues/63
[7.7.1]: https://github.com/elastic/helm-charts/blob/7.7.1/elasticsearch/README.md
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
Expand Down
8 changes: 3 additions & 5 deletions filebeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See [supported configurations][] for more details.

## Installing

This chart is tested with the latest 7.11.0-SNAPSHOT versions.
This chart is tested with the latest 7.11.0-SNAPSHOT version.

### Install released version using Helm repository

Expand All @@ -50,12 +50,11 @@ This chart is tested with the latest 7.11.0-SNAPSHOT versions.
- with Helm 3: `helm install filebeat --version <version> elastic/filebeat`
- with Helm 2 (deprecated): `helm install --name filebeat --version <version> elastic/filebeat`



### Install development version using 7.x branch and 7.11.0-SNAPSHOT versions
### Install development version from a branch

* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Checkout the branch : `git checkout 7.x`
* Install it:
- with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=7.11.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=7.11.0-SNAPSHOT`
Expand Down Expand Up @@ -187,7 +186,6 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions
about our development and testing process.

[7.x]: https://github.com/elastic/helm-charts/releases
[7.7.1]: https://github.com/elastic/helm-charts/blob/7.7.1/filebeat/README.md
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
Expand Down
8 changes: 4 additions & 4 deletions kibana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ See [supported configurations][] for more details.

## Installing

This chart is tested with the latest 7.11.0-SNAPSHOT versions.
This chart is tested with the latest 7.11.0-SNAPSHOT version.

### Install released version using Helm repository

Expand All @@ -51,11 +51,12 @@ This chart is tested with the latest 7.11.0-SNAPSHOT versions.
- with Helm 3: `helm install kibana --version <version> elastic/kibana`
- with Helm 2 (deprecated): `helm install --name kibana --version <version> elastic/kibana`


### Install development version using 7.x branch and 7.11.0-SNAPSHOT versions
### Install development version from a branch

* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Checkout the branch : `git checkout 7.x`

* Install it:
- with Helm 3: `helm install kibana ./helm-charts/kibana --set imageTag=7.11.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name kibana ./helm-charts/kibana --set imageTag=7.11.0-SNAPSHOT`
Expand Down Expand Up @@ -203,7 +204,6 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions
about our development and testing process.

[7.x]: https://github.com/elastic/helm-charts/releases
[7.7.1]: https://github.com/elastic/helm-charts/blob/7.7.1/kibana/README.md
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
Expand Down
9 changes: 4 additions & 5 deletions logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See [supported configurations][] for more details.

## Installing

This chart is tested with the latest 7.11.0-SNAPSHOT versions.
This chart is tested with the latest 7.11.0-SNAPSHOT version.

### Install released version using Helm repository

Expand All @@ -53,12 +53,12 @@ This chart is tested with the latest 7.11.0-SNAPSHOT versions.
- with Helm 3: `helm install logstash --version <version> elastic/logstash`
- with Helm 2 (deprecated): `helm install --name logstash --version <version> elastic/logstash`



### Install development version using 7.x branch and 7.11.0-SNAPSHOT versions
### Install development version from a branch

* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Checkout the branch : `git checkout 7.x`

* Install it:
- with Helm 3: `helm install logstash ./helm-charts/logstash --set imageTag=7.11.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name logstash ./helm-charts/logstash --set imageTag=7.11.0-SNAPSHOT`
Expand Down Expand Up @@ -192,7 +192,6 @@ Please check [CONTRIBUTING.md][] before any contribution or for any questions
about our development and testing process.

[7.x]: https://github.com/elastic/helm-charts/releases
[7.7.1]: https://github.com/elastic/helm-charts/blob/7.7.1/logstash/README.md
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
Expand Down
8 changes: 4 additions & 4 deletions metricbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ See [supported configurations][] for more details.

## Installing

This chart is tested with the latest 7.11.0-SNAPSHOT versions.
This chart is tested with the latest 7.11.0-SNAPSHOT version.

### Install released version using Helm repository

Expand All @@ -50,11 +50,12 @@ This chart is tested with the latest 7.11.0-SNAPSHOT versions.
- with Helm 3: `helm install metricbeat --version <version> elastic/metricbeat`
- with Helm 2 (deprecated): `helm install --name metricbeat --version <version> elastic/metricbeat`


### Install development version using 7.x branch and 7.11.0-SNAPSHOT versions
### Install development version from a branch

* Clone the git repo: `git clone git@github.com:elastic/helm-charts.git`

* Checkout the branch : `git checkout 7.x`

* Install it:
- with Helm 3: `helm install metricbeat ./helm-charts/metricbeat --set imageTag=7.11.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name metricbeat ./helm-charts/metricbeat --set imageTag=7.11.0-SNAPSHOT`
Expand Down Expand Up @@ -211,7 +212,6 @@ about our development and testing process.

[7.x]: https://github.com/elastic/helm-charts/releases
[#471]: https://github.com/elastic/helm-charts/pull/471
[7.7.1]: https://github.com/elastic/helm-charts/blob/7.7.1/metricbeat/README.md
[BREAKING_CHANGES.md]: https://github.com/elastic/helm-charts/blob/master/BREAKING_CHANGES.md
[CHANGELOG.md]: https://github.com/elastic/helm-charts/blob/master/CHANGELOG.md
[CONTRIBUTING.md]: https://github.com/elastic/helm-charts/blob/master/CONTRIBUTING.md
Expand Down