ToolsCandy

Helm YAML Validator — Chart.yaml & values.yaml Linter

Validate Helm Chart.yaml for apiVersion, name, and version. Lint values.yaml for common image tag pitfalls — before helm install.

Your data never leaves your browser

0 B
Helm Chart.yaml or values.yaml

Helm chart checks

Paste Chart.yaml or values.yaml to validate required chart fields and common pitfalls.

About this tool

Chart.yamlvalues.yamlSemVer hintsSamplesPrivate

How to use

  1. Paste Chart.yaml or values.yaml.
  2. Required chart fields are checked automatically.
  3. Review warnings for :latest image tags.
  4. Fix and re-validate.

Examples

Chart.yaml

apiVersion: v2
name: my-app
version: 0.1.0
All checks passed

FAQ