Merge pull request #3561 from eicnix/master

docs(helm): Added kubeVersion to documentation.
pull/2919/merge
Matthew Fisher 7 years ago committed by GitHub
commit 512f3be7dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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