Helm Chart.yaml Schema

JSON Schema defining the structure and validation rules for Chart.yaml, the metadata file required in every Helm chart. Describes chart name, version, dependencies, maintainers, and other metadata fields.

API entry from apis.yml

apis.yml Raw ↑
aid: helm:chart-yaml-schema
name: Helm Chart.yaml Schema
description: JSON Schema defining the structure and validation rules for Chart.yaml, the metadata file
  required in every Helm chart. Describes chart name, version, dependencies, maintainers, and other metadata
  fields.
humanURL: https://helm.sh/docs/topics/charts/#the-chartyaml-file
properties:
- type: JSONSchema
  url: json-schema/helm-chart-yaml-schema.json
- type: Documentation
  url: https://helm.sh/docs/topics/charts/#the-chartyaml-file
tags:
- Chart Metadata
- Schema
- Validation