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

[helm] make more explicit that helm 3 is not supported #400

Merged
merged 1 commit into from
Dec 9, 2019
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
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