Chart Testing

Use this skill when the user wants to lint and test Helm charts

javimosch 14dd89e 716 B Updated

File contents

Chart-testing Plugin

lint and test Helm charts

Commands

  • chart-testing self version — Print chart-testing version
  • chart-testing _ _ — Passthrough to ct CLI

Usage Examples

  • "Lint this Helm chart"
  • "Test chart deployment"
  • "Validate chart templates"

Installation

go install github.com/chart-testing/chart-testing/cmd/ct@latest

Examples

ct lint --charts ./charts/mychart
ct install --charts ./charts/mychart
ct list --chart-dirs ./charts

Key Features

  • Automated Helm chart linting
  • Template validation
  • CI/CD integration
  • Kubernetes test clusters

javimosch/supercli/tree/main/plugins/chart-testing/skills/quickstart commit 14dd89e619

Frequently asked questions

npx skillmds@latest add javimosch/chart-testing