Expert guidance for developing production-grade Helm charts covering chart structure, templating patterns, multi-environment configuration, dependency management, testing strategies, and distribution workflows for Kubernetes application packaging.
| Chart.yaml | Metadata, version, dependencies | | values.yaml | Default configuration | | values.schema.json | Input validation | | templates/helpers.tpl | Reusable template functions | | templates/.yaml | Kubernetes manifests |
| Chart structure & Chart.yaml | skills/helm-chart-patterns/references/chart-structure.md | | Values file patterns | skills/helm-chart-patterns/references/values-patterns.md | | Template patterns & functions | skills/helm-chart-patterns/references/template-patterns.md | | Dependencies & subcharts | skills/helm-chart-patterns/references/dependencies.md |
Шаблоны разработки диаграмм Helm для упаковки и развертывания приложений Kubernetes. Используйте при создании многократно используемых диаграмм Helm, управлении развертываниями в нескольких средах или создании каталогов приложений для Kubernetes. Источник: nickcrew/claude-ctx-plugin.