This repository was archived by the owner on May 16, 2023. It is now read-only.
File tree 7 files changed +17
-17
lines changed
7 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ Kubernetes.
103
103
[ operator pattern ] : https://kubernetes.io/docs/concepts/extend-kubernetes/operator/
104
104
[ elasticsearch-771 ] : https://github.com/elastic/helm-charts/tree/7.7.1/elasticsearch/
105
105
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
107
107
[ 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
109
109
[ 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
111
111
[ 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
113
113
[ 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
115
115
[ 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
117
117
[ metricbeat-6 ] : https://github.com/elastic/helm-charts/tree/6.8.12/metricbeat/README.md
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ This chart is tested with the latest 7.9.2 version.
48
48
` helm repo add elastic https://helm.elastic.co `
49
49
50
50
* 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 `
52
52
- with [ Helm 3 (beta)] [ ] : ` helm install apm-server --version 7.9.2 elastic/apm-server `
53
53
54
54
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ This chart is tested with the latest 7.9.2 version.
58
58
` helm repo add elastic https://helm.elastic.co `
59
59
60
60
* 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 `
63
63
64
64
65
65
## Upgrading
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ This chart is tested with the latest 7.9.2 version.
45
45
` helm repo add elastic https://helm.elastic.co `
46
46
47
47
* 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 `
50
50
51
51
52
52
## Upgrading
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ This chart is tested with the latest 7.9.2 version.
46
46
` helm repo add elastic https://helm.elastic.co `
47
47
48
48
* 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 `
51
51
52
52
53
53
## Upgrading
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ This chart is tested with the latest 7.9.2 version.
48
48
` helm repo add elastic https://helm.elastic.co `
49
49
50
50
* 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 `
53
53
54
54
55
55
## Upgrading
Original file line number Diff line number Diff line change @@ -45,8 +45,8 @@ This chart is tested with the latest 7.9.2 version.
45
45
` helm repo add elastic https://helm.elastic.co `
46
46
47
47
* 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 `
50
50
51
51
52
52
## Upgrading
You can’t perform that action at this time.
0 commit comments