helm-chart-tester

Installation
SKILL.md

helm-chart-tester

Overview

helm-unittest (Helm plugin) unit-tests the rendered chart output - assert specific fields, conditional behaviors, value substitutions - to catch template bugs before deploying.

When to use

  • Team ships Helm charts (in-house apps, OSS contributions).
  • A chart has conditional logic ({{ if .Values.foo }}); tests verify both branches.
  • A chart's rendered output must satisfy specific shape contracts (env vars, ports, labels).

Step 1 - Install

Installs
1
Repository
testland/qa
GitHub Stars
8
First Seen
Aug 12, 2026
helm-chart-tester — testland/qa