Merge pull request #3892 from Jesse-Weinstein-Zonar/document_chart_apiVersion

Document apiVersion field
pull/3897/head
Matthew Fisher 7 years ago committed by GitHub
commit cb76184c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -41,6 +41,7 @@ the listed file names. Other files will be left as they are.
The `Chart.yaml` file is required for a chart. It contains the following fields:
```yaml
apiVersion: The chart API version, always "v1" (required)
name: The name of the chart (required)
version: A SemVer 2 version (required)
kubeVersion: A SemVer range of compatible Kubernetes versions (optional)

Loading…
Cancel
Save