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

Commit

Permalink
Merge pull request #400 from jmlrt/helm-doc-update
Browse files Browse the repository at this point in the history
[helm] make more explicit that helm 3 is not supported
  • Loading branch information
jmlrt authored Dec 9, 2019
2 parents 22fe3cd + ee06a5d commit 70d2587
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This helm chart is a lightweight way to configure and run our official [Elastics

## Requirements

* [Helm](https://helm.sh/) >= 2.8.0 (see parent [README](../README.md) for more details)
* Kubernetes >= 1.8
* [Helm](https://helm.sh/) >=2.8.0 and <3.0.0 (see parent [README](../README.md) for more details)
* Kubernetes >=1.8
* Minimum cluster requirements include the following to run this chart with default settings. All of these settings are configurable.
* Three Kubernetes nodes to respect the default "hard" affinity settings
* 1GB of RAM for the JVM heap
Expand Down
4 changes: 2 additions & 2 deletions filebeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This helm chart is a lightweight way to configure and run our official [Filebeat

## Requirements

* Kubernetes >= 1.9
* [Helm](https://helm.sh/) >= 2.8.0 (see parent [README](../README.md) for more details)
* [Helm](https://helm.sh/) >=2.8.0 and <3.0.0 (see parent [README](../README.md) for more details)
* Kubernetes >=1.9

## Usage notes and getting started
* The default Filebeat configuration file for this chart is configured to use an Elasticsearch endpoint. Without any additional changes, Filebeat will send documents to the service URL that the Elasticsearch helm chart sets up by default. You may either set the `ELASTICSEARCH_HOSTS` environment variable in `extraEnvs` to override this endpoint or modify the default `filebeatConfig` to change this behavior.
Expand Down
4 changes: 2 additions & 2 deletions kibana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This helm chart is a lightweight way to configure and run our official [Kibana d

## Requirements

* Kubernetes >= 1.9
* [Helm](https://helm.sh/) >= 2.8.0 (see parent [README](../README.md) for more details)
* [Helm](https://helm.sh/) >=2.8.0 and <3.0.0 (see parent [README](../README.md) for more details)
* Kubernetes >=1.9

## Installing

Expand Down
4 changes: 2 additions & 2 deletions logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This helm chart is a lightweight way to configure and run our official [Logstash

## Requirements

* [Helm](https://helm.sh/) >= 2.8.0 (see parent [README](../README.md) for more details)
* Kubernetes >= 1.8
* [Helm](https://helm.sh/) >=2.8.0 and <3.0.0 (see parent [README](../README.md) for more details)
* Kubernetes >=1.8

## Usage notes and getting started

Expand Down
4 changes: 2 additions & 2 deletions metricbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ The workaround is to use `--force` argument for `helm upgrade` command which wil

## Requirements

* Kubernetes >= 1.9
* [Helm](https://helm.sh/) >= 2.8.0 (see parent [README](../README.md) for more details)
* [Helm](https://helm.sh/) >=2.8.0 and <3.0.0 (see parent [README](../README.md) for more details)
* Kubernetes >=1.9

## Installing

Expand Down

0 comments on commit 70d2587

Please sign in to comment.