Commit a78336ad authored by Lukas Eichler's avatar Lukas Eichler

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
parent d0883dd8
......@@ -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)
......
name: nginx
description: A basic NGINX HTTP server
version: 0.1.0
kubeVersion: >= 1.2.0
keywords:
- http
- nginx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment