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

Commit

Permalink
[meta] remove version from dev install section title
Browse files Browse the repository at this point in the history
This commit update charts readme to remove the version from the dev
install section title. This is required to simplify bumping automation
and avoid having to manage toc update.

This was done in 7.9 branch in elastic#831
  • Loading branch information
jmlrt committed Nov 23, 2020
1 parent e208bab commit 36f0bf2
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 32 deletions.
9 changes: 5 additions & 4 deletions apm-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SLA of official GA features (see [supported configurations][] for more details).
- [Requirements](#requirements)
- [Installing](#installing)
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
- [Install development version using 7.x branch and 7.10.0-SNAPSHOT versions](#install-development-version-using-7x-branch-and-7100-snapshot-versions)
- [Install development version from a branch](#install-development-version-from-a-branch)
- [Upgrading](#upgrading)
- [Usage notes](#usage-notes)
- [Configuration](#configuration)
Expand All @@ -42,7 +42,7 @@ See [supported configurations][] for more details.

## Installing

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

### Install released version using Helm repository

Expand All @@ -53,11 +53,12 @@ This chart is tested with the latest 7.10.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.10.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.10`

* Install it:
- with Helm 3: `helm install apm-server ./helm-charts/apm-server --set imageTag=7.10.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name apm-server ./helm-charts/apm-server --set imageTag=7.10.0-SNAPSHOT`
Expand Down
11 changes: 5 additions & 6 deletions elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This Helm chart is a lightweight way to configure and run our official
- [Requirements](#requirements)
- [Installing](#installing)
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
- [Install development version using 7.x branch and 7.10.0-SNAPSHOT versions](#install-development-version-using-7x-branch-and-7100-snapshot-versions)
- [Install development version from a branch](#install-development-version-from-a-branch)
- [Upgrading](#upgrading)
- [Usage notes](#usage-notes)
- [Configuration](#configuration)
Expand Down Expand Up @@ -52,7 +52,7 @@ See [supported configurations][] for more details.

## Installing

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

### Install released version using Helm repository

Expand All @@ -63,17 +63,16 @@ This chart is tested with the latest 7.10.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.10.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.10`

* Install it:
- with Helm 3: `helm install elasticsearch ./helm-charts/elasticsearch --set imageTag=7.10.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name elasticsearch ./helm-charts/elasticsearch --set imageTag=7.10.0-SNAPSHOT`


## Upgrading

Please always check [CHANGELOG.md][] and [BREAKING_CHANGES.md][] before
Expand Down
11 changes: 5 additions & 6 deletions filebeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This Helm chart is a lightweight way to configure and run our official
- [Requirements](#requirements)
- [Installing](#installing)
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
- [Install development version using 7.x branch and 7.10.0-SNAPSHOT versions](#install-development-version-using-7x-branch-and-7100-snapshot-versions)
- [Install development version from a branch](#install-development-version-from-a-branch)
- [Upgrading](#upgrading)
- [Usage notes](#usage-notes)
- [Configuration](#configuration)
Expand All @@ -39,7 +39,7 @@ See [supported configurations][] for more details.

## Installing

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

### Install released version using Helm repository

Expand All @@ -50,17 +50,16 @@ This chart is tested with the latest 7.10.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.10.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.10`

* Install it:
- with Helm 3: `helm install filebeat ./helm-charts/filebeat --set imageTag=7.10.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name filebeat ./helm-charts/filebeat --set imageTag=7.10.0-SNAPSHOT`


## Upgrading

Please always check [CHANGELOG.md][] and [BREAKING_CHANGES.md][] before
Expand Down
11 changes: 5 additions & 6 deletions kibana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This Helm chart is a lightweight way to configure and run our official
- [Requirements](#requirements)
- [Installing](#installing)
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
- [Install development version using 7.x branch and 7.10.0-SNAPSHOT versions](#install-development-version-using-7x-branch-and-7100-snapshot-versions)
- [Install development version from a branch](#install-development-version-from-a-branch)
- [Upgrading](#upgrading)
- [Usage notes](#usage-notes)
- [Configuration](#configuration)
Expand All @@ -40,7 +40,7 @@ See [supported configurations][] for more details.

## Installing

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

### Install released version using Helm repository

Expand All @@ -50,17 +50,16 @@ This chart is tested with the latest 7.10.0-SNAPSHOT versions.
* Install it:
- 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.10.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.10`

* Install it:
- with Helm 3: `helm install kibana ./helm-charts/kibana --set imageTag=7.10.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name kibana ./helm-charts/kibana --set imageTag=7.10.0-SNAPSHOT`


## Upgrading

Please always check [CHANGELOG.md][] and [BREAKING_CHANGES.md][] before
Expand Down
10 changes: 5 additions & 5 deletions logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SLA of official GA features (see [supported configurations][] for more details).
- [Requirements](#requirements)
- [Installing](#installing)
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
- [Install development version using 7.x branch and 7.10.0-SNAPSHOT versions](#install-development-version-using-7x-branch-and-7100-snapshot-versions)
- [Install development version from a branch](#install-development-version-from-a-branch)
- [Upgrading](#upgrading)
- [Usage notes](#usage-notes)
- [Configuration](#configuration)
Expand All @@ -42,7 +42,7 @@ See [supported configurations][] for more details.

## Installing

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

### Install released version using Helm repository

Expand All @@ -53,12 +53,12 @@ This chart is tested with the latest 7.10.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.10.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.10`

* Install it:
- with Helm 3: `helm install logstash ./helm-charts/logstash --set imageTag=7.10.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name logstash ./helm-charts/logstash --set imageTag=7.10.0-SNAPSHOT`
Expand Down
10 changes: 5 additions & 5 deletions metricbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This Helm chart is a lightweight way to configure and run our official
- [Requirements](#requirements)
- [Installing](#installing)
- [Install released version using Helm repository](#install-released-version-using-helm-repository)
- [Install development version using 7.x branch and 7.10.0-SNAPSHOT versions](#install-development-version-using-7x-branch-and-7100-snapshot-versions)
- [Install development version from a branch](#install-development-version-from-a-branch)
- [Upgrading](#upgrading)
- [Usage notes](#usage-notes)
- [Configuration](#configuration)
Expand All @@ -39,7 +39,7 @@ See [supported configurations][] for more details.

## Installing

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

### Install released version using Helm repository

Expand All @@ -50,16 +50,16 @@ This chart is tested with the latest 7.10.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.10.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.10`

* Install it:
- with Helm 3: `helm install metricbeat ./helm-charts/metricbeat --set imageTag=7.10.0-SNAPSHOT`
- with Helm 2 (deprecated): `helm install --name metricbeat ./helm-charts/metricbeat --set imageTag=7.10.0-SNAPSHOT`


## Upgrading

Please always check [CHANGELOG.md][] and [BREAKING_CHANGES.md][] before
Expand Down

0 comments on commit 36f0bf2

Please sign in to comment.