Unverified Commit 512f3be7 authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub

Merge pull request #3561 from eicnix/master

docs(helm): Added kubeVersion to documentation.
parents 18b709ef a78336ad
......@@ -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