Unverified Commit cb76184c authored by Matthew Fisher's avatar Matthew Fisher Committed by GitHub
Browse files

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

Document apiVersion field
Showing with 1 addition and 0 deletions
+1 -0
...@@ -41,6 +41,7 @@ the listed file names. Other files will be left as they are. ...@@ -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)
......
Supports Markdown
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