From 4ce35363d40fa6e8d8789121384d397748571e57 Mon Sep 17 00:00:00 2001 From: Jesse Weinstein Date: Fri, 13 Apr 2018 09:57:35 -0700 Subject: [PATCH] Document apiVersion field Added in https://github.com/kubernetes/helm/issues/1264 --- docs/charts.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/charts.md b/docs/charts.md index a19c1a477..a55038e3e 100644 --- a/docs/charts.md +++ b/docs/charts.md @@ -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)