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
3 changes: 1 addition & 2 deletions apm-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ This chart is tested with the latest 6.8.11-SNAPSHOT versions.
`helm repo add elastic https://helm.elastic.co`

* Install the latest 6.8 release:
`helm install --name apm-server elastic/apm-server`
* Install it: `helm install --name apm-server elastic/apm-server`
`helm install --name apm-server --version 6.8.10 elastic/apm-server`

### Install development version using 6.8 branch and 6.8.11-SNAPSHOT versions

Expand Down
3 changes: 1 addition & 2 deletions elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,7 @@ This chart is tested with the latest 6.8.11-SNAPSHOT versions.
`helm repo add elastic https://helm.elastic.co`

* Install the latest 6.8 release:
`helm install --name elasticsearch elastic/elasticsearch`
* Install it: `helm install --name elasticsearch elastic/elasticsearch`
`helm install --name elasticsearch --version 6.8.10 elastic/elasticsearch`

### Install development version using 6.8 branch and 6.8.11-SNAPSHOT versions

Expand Down
3 changes: 1 addition & 2 deletions filebeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ This chart is tested with the latest 6.8.11-SNAPSHOT versions.
`helm repo add elastic https://helm.elastic.co`

* Install the latest 6.8 release:
`helm install --name filebeat elastic/filebeat`
* Install it: `helm install --name filebeat elastic/filebeat`
`helm install --name filebeat --version 6.8.10 elastic/filebeat`

### Install development version using 6.8 branch and 6.8.11-SNAPSHOT versions

Expand Down
3 changes: 1 addition & 2 deletions kibana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ This chart is tested with the latest 6.8.11-SNAPSHOT versions.
`helm repo add elastic https://helm.elastic.co`

* Install the latest 6.8 release:
`helm install --name kibana elastic/kibana`
* Install it: `helm install --name kibana elastic/kibana`
`helm install --name kibana --version 6.8.10 elastic/kibana`

### Install development version using 6.8 branch and 6.8.11-SNAPSHOT versions

Expand Down
3 changes: 1 addition & 2 deletions logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ This chart is tested with the latest 6.8.11-SNAPSHOT versions.
`helm repo add elastic https://helm.elastic.co`

* Install the latest 6.8 release:
`helm install --name logstash elastic/logstash`
* Install it: `helm install --name logstash elastic/logstash`
`helm install --name logstash --version 6.8.10 elastic/logstash`

### Install development version using 6.8 branch and 6.8.11-SNAPSHOT versions

Expand Down
3 changes: 1 addition & 2 deletions metricbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ This chart is tested with the latest 6.8.11-SNAPSHOT versions.
`helm repo add elastic https://helm.elastic.co`

* Install the latest 6.8 release:
`helm install --name metricbeat elastic/metricbeat`
* Install it: `helm install --name metricbeat elastic/metricbeat`
`helm install --name metricbeat --version 6.8.10 elastic/metricbeat`

### Install development version using 6.8 branch and 6.8.11-SNAPSHOT versions

Expand Down