The Chart.yaml file is the main file of a Helm chart. It requires a name and version fields:
- name: The name of the chart (same as the directory name)
- version: A SemVer 2 version
It may also contain various optional fields:
- kubeVersion: A SemVer range of compatible Kubernetes versions
- description: A single-sentence description of this project
- keywords: A list of keywords about this project
- home: The URL of this project's home page
- sources: A list of URLs to source code for this project
- maintainers:
- name: The maintainer's name (required for each maintainer)
- email: The maintainer's email (optional)
- url: A URL for the maintainer (optional)
- engine: The name of the template engine (defaults to gotpl)
- icon: A URL to an ...