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

Commit c323c55

Browse files
authored
Specify chart version in install instructions (#826)
* Specify chart version in install instructions and update to latest version in README
1 parent e09e397 commit c323c55

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,15 @@ Kubernetes.
103103
[operator pattern]: https://kubernetes.io/docs/concepts/extend-kubernetes/operator/
104104
[elasticsearch-771]: https://github.com/elastic/helm-charts/tree/7.7.1/elasticsearch/
105105

106-
[apm-7]: https://github.com/elastic/helm-charts/tree/7.9.1/apm-server/README.md
106+
[apm-7]: https://github.com/elastic/helm-charts/tree/7.9.2/apm-server/README.md
107107
[apm-6]: https://github.com/elastic/helm-charts/tree/6.8.12/apm-server/README.md
108-
[elasticsearch-7]: https://github.com/elastic/helm-charts/tree/7.9.1/elasticsearch/README.md
108+
[elasticsearch-7]: https://github.com/elastic/helm-charts/tree/7.9.2/elasticsearch/README.md
109109
[elasticsearch-6]: https://github.com/elastic/helm-charts/tree/6.8.12/elasticsearch/README.md
110-
[filebeat-7]: https://github.com/elastic/helm-charts/tree/7.9.1/filebeat/README.md
110+
[filebeat-7]: https://github.com/elastic/helm-charts/tree/7.9.2/filebeat/README.md
111111
[filebeat-6]: https://github.com/elastic/helm-charts/tree/6.8.12/filebeat/README.md
112-
[kibana-7]: https://github.com/elastic/helm-charts/tree/7.9.1/kibana/README.md
112+
[kibana-7]: https://github.com/elastic/helm-charts/tree/7.9.2/kibana/README.md
113113
[kibana-6]: https://github.com/elastic/helm-charts/tree/6.8.12/kibana/README.md
114-
[logstash-7]: https://github.com/elastic/helm-charts/tree/7.9.1/logstash/README.md
114+
[logstash-7]: https://github.com/elastic/helm-charts/tree/7.9.2/logstash/README.md
115115
[logstash-6]: https://github.com/elastic/helm-charts/tree/6.8.12/logstash/README.md
116-
[metricbeat-7]: https://github.com/elastic/helm-charts/tree/7.9.1/metricbeat/README.md
116+
[metricbeat-7]: https://github.com/elastic/helm-charts/tree/7.9.2/metricbeat/README.md
117117
[metricbeat-6]: https://github.com/elastic/helm-charts/tree/6.8.12/metricbeat/README.md

apm-server/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This chart is tested with the latest 7.9.2 version.
4848
`helm repo add elastic https://helm.elastic.co`
4949

5050
* Install it:
51-
- with Helm 2: `helm install --name apm-server elastic/apm-server`
51+
- with Helm 2: `helm install --name apm-server --version 7.9.2 elastic/apm-server`
5252
- with [Helm 3 (beta)][]: `helm install apm-server --version 7.9.2 elastic/apm-server`
5353

5454

elasticsearch/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ This chart is tested with the latest 7.9.2 version.
5858
`helm repo add elastic https://helm.elastic.co`
5959

6060
* Install it:
61-
- with Helm 2: `helm install --name elasticsearch elastic/elasticsearch`
62-
- with [Helm 3 (beta)][]: `helm install elasticsearch elastic/elasticsearch`
61+
- with Helm 2: `helm install --name elasticsearch --version 7.9.2 elastic/elasticsearch`
62+
- with [Helm 3 (beta)][]: `helm install elasticsearch --version 7.9.2 elastic/elasticsearch`
6363

6464

6565
## Upgrading

filebeat/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ This chart is tested with the latest 7.9.2 version.
4545
`helm repo add elastic https://helm.elastic.co`
4646

4747
* Install it:
48-
- with Helm 2: `helm install --name filebeat elastic/filebeat`
49-
- with [Helm 3 (beta)][]: `helm install filebeat elastic/filebeat`
48+
- with Helm 2: `helm install --name filebeat --version 7.9.2 elastic/filebeat`
49+
- with [Helm 3 (beta)][]: `helm install filebeat --version 7.9.2 elastic/filebeat`
5050

5151

5252
## Upgrading

kibana/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ This chart is tested with the latest 7.9.2 version.
4646
`helm repo add elastic https://helm.elastic.co`
4747

4848
* Install it:
49-
- with Helm 2: `helm install --name kibana elastic/kibana`
50-
- with [Helm 3 (beta)][]: `helm install kibana elastic/kibana`
49+
- with Helm 2: `helm install --name kibana --version 7.9.2 elastic/kibana`
50+
- with [Helm 3 (beta)][]: `helm install kibana --version 7.9.2 elastic/kibana`
5151

5252

5353
## Upgrading

logstash/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ This chart is tested with the latest 7.9.2 version.
4848
`helm repo add elastic https://helm.elastic.co`
4949

5050
* Install it:
51-
- with Helm 2: `helm install --name logstash elastic/logstash`
52-
- with [Helm 3 (beta)][]: `helm install logstash elastic/logstash`
51+
- with Helm 2: `helm install --name logstash --version 7.9.2 elastic/logstash`
52+
- with [Helm 3 (beta)][]: `helm install logstash --version 7.9.2 elastic/logstash`
5353

5454

5555
## Upgrading

metricbeat/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ This chart is tested with the latest 7.9.2 version.
4545
`helm repo add elastic https://helm.elastic.co`
4646

4747
* Install it:
48-
- with Helm 2: `helm install --name metricbeat elastic/metricbeat`
49-
- with [Helm 3 (beta)][]: `helm install metricbeat elastic/metricbeat`
48+
- with Helm 2: `helm install --name metricbeat --version 7.9.2 elastic/metricbeat`
49+
- with [Helm 3 (beta)][]: `helm install metricbeat --version 7.9.2 elastic/metricbeat`
5050

5151

5252
## Upgrading

0 commit comments

Comments
 (0)