Document apiVersion field

Added in https://github.com/kubernetes/helm/issues/1264
pull/4207/head
Jesse Weinstein 8 years ago committed by Sebastien Plisson
parent 1d31d3eb85
commit a0d5708bd3

@ -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: The `Chart.yaml` file is required for a chart. It contains the following fields:
```yaml ```yaml
apiVersion: The chart API version, always "v1" (required)
name: The name of the chart (required) name: The name of the chart (required)
version: A SemVer 2 version (required) version: A SemVer 2 version (required)
kubeVersion: A SemVer range of compatible Kubernetes versions (optional) kubeVersion: A SemVer range of compatible Kubernetes versions (optional)

Loading…
Cancel
Save