helm-values

Installation
SKILL.md

Helm Values

Managing values files and configuration overrides in Helm.

Values Hierarchy

Helm merges values from multiple sources (lower precedence first):

  1. Built-in default values
  2. Chart's values.yaml
  3. Parent chart's values
  4. Values files specified with -f (can be multiple)
  5. Individual parameters with --set

values.yaml Structure

Organize by Resource

Installs
28
GitHub Stars
173
First Seen
Jan 22, 2026
helm-values — thebushidocollective/han