docs(helm): Added kubeVersion to documentation.

docs(helm): Added kubeVersion to documentation and examples.
Adjusted wording for the Chart.kubeVersion description
Removing redundant wording for Chart.kubeVersion description
pull/3561/head
Lukas Eichler 6 years ago
parent d0883dd813
commit a78336ad35

@ -45,6 +45,7 @@ The `Chart.yaml` file is required for a chart. It contains the following fields:
```yaml
name: The name of the chart (required)
version: A SemVer 2 version (required)
kubeVersion: A SemVer range of compatible Kubernetes versions (optional)
description: A single-sentence description of this project (optional)
keywords:
- A list of keywords about this project (optional)

@ -1,6 +1,7 @@
name: nginx
description: A basic NGINX HTTP server
version: 0.1.0
kubeVersion: >= 1.2.0
keywords:
- http
- nginx

Loading…
Cancel
Save