Helm Repository Index Schema

JSON Schema for the index.yaml file served by Helm chart repositories. The index is the primary discovery mechanism listing all available charts and versions with download URLs and integrity digests.

API entry from apis.yml

apis.yml Raw ↑
aid: helm:repository-index-schema
name: Helm Repository Index Schema
description: JSON Schema for the index.yaml file served by Helm chart repositories. The index is the primary
  discovery mechanism listing all available charts and versions with download URLs and integrity digests.
humanURL: https://helm.sh/docs/topics/chart_repository/#the-index-file
properties:
- type: JSONSchema
  url: json-schema/helm-repository-index-schema.json
- type: Documentation
  url: https://helm.sh/docs/topics/chart_repository/#the-index-file
tags:
- Discovery
- Repository Index
- Schema