Officialv1.0.03 scenarios
Helm
Helm chart rollout guidance covering hooks, chart drift, and value-driven production failures.
deploywhisper skill install helm
How to use this skill
1. Install it locally
Use the install command above from any DeployWhisper app checkout that has the installer enabled.
2. Run analysis on matching artifacts
This skill activates when files or content patterns below are detected during analysis.
3. Verify behavior
Published registry data currently includes 3 deterministic scenarios for this skill.
Metadata
Author
DeployWhisper
Version
1.0.0
License
MIT
Scenarios
3
Tags
Triggers
- Chart.yaml
- values.yaml
- values-production.yaml
Content patterns
- apiVersion: v2
- dependencies:
Guidance excerpt
Critical risk patterns
- `post-install` or `pre-upgrade` hooks that mutate shared databases can turn a chart upgrade into a production outage = HIGH
- Service selector or immutable field changes force resource replacement and can strand live traffic = HIGH
- Floating chart dependencies or `image.tag: latest` break reproducibility between environments = MEDIUM
- Scaling critical workloads to zero through values files removes live capacity immediately = HIGH
Review cues
- Review rendered manifests, hooks, and dependency updates together before approving a Helm rollout.
- Prefer deterministic roll-forward or rollback steps over hand-wavy remediation notes.