Fixed typo in Kubernetes versions

The README referenced Kubernetes major versions **2** instead of **1**.
This commit is contained in:
Sean Johnson 2018-09-15 13:10:38 -05:00 committed by GitHub
parent 102e220e07
commit 9a8ecfa276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,9 +18,9 @@ The versions required are:
* **Helm 2.10+** - This is the earliest version of Helm tested. It is possible
it works with earlier versions but this chart is untested for those versions.
* **Kubernetes 2.9+** - This is the earliest version of Kubernetes tested.
* **Kubernetes 1.9+** - This is the earliest version of Kubernetes tested.
It is possible that this chart works with earlier versions but it is
untested. Other versions verified are Kubernetes 2.10, 2.11.
untested. Other versions verified are Kubernetes 1.10, 1.11.
## Usage