Helm Pain Point Coverage

A repository document, rendered for the site. View source markdown.

New to cub? Install the cub CLI first. You can pull and render public catalog packages without an account. Commands that save or change ConfigHub data require you to sign in.

Generated at: 2026-07-30T12:38:02.000Z UTC · source: committed helm-expt evidence for this rendered repository document.

This generated report maps the 15 common Helm pain points to the current helm-expt catalog, the ConfigHub desired-state graph, cub installer, and cub-scout.

The purpose is not to claim every pain is fully solved today. The purpose is to show where each pain is handled now, where it is a handoff, and what evidence or work remains.

Status Counts

Claim Buckets

BucketCountPain pointsMeaning
Strong static proof3Go-templated YAML<br>values.yaml sprawl<br>History without diffsThe repo has useful static or base-scoped proof today. This is not a blanket live-production claim.
Partial with current evidence6Failed upgrades wedge releases<br>CRD handling<br>Subchart and dependency hell<br>No field-level governance<br>Multi-environment promotion is DIY<br>Templating language limitsThe model is working for examples or parts of the lifecycle, but the proof is not broad enough yet.
Live-dependent2GitOps impedance mismatch<br>Dry-run does not match realityThe answer depends on cluster, GitOps, runtime, or observation receipts.
Product or handoff lane2State lives in cluster secrets<br>Chart ownership and fork burdenThe repo explains the route, but the durable value belongs in ConfigHub Server, cub-scout, or a product workflow.
Known gap or doctrine only2No native secrets story<br>Hooks are brittleThe repo has the policy and detection path, but not complete execution receipts yet.

Root Cause Model

Helm is a 1-to-many generator. One chart plus one values set can produce many objects, and one high-density value can touch many fields across those objects. After render, Helm loses the inverse: the output no longer explains which input produced each field. Multiple generators such as Helm, Kustomize, GitOps controllers, and agents multiply the problem unless their outputs and provenance enter one graph.

Pain Points And Next Actions

Pain pointCurrent statusRemaining gapNext action
Go-templated YAMLstrong-current-proofComplex template behavior is still chart-specific; provenance is not field-complete for every chart.Use edge recovery and variant-path coverage to track where template behavior affects fields.
values.yaml sprawlstrong-for-supported-basesArbitrary user values and wrapper overlays need managed import or a new base variant.Add variant-path coverage rows for custom values, overlays, and managed imports.
State lives in cluster secretspartial-handoffQueryable operation history and authority are ConfigHub Server concerns, not helm-expt alone.Keep chain-of-proof status per chart/base/variant-path so desired and live claims remain separate.
Failed upgrades wedge releasespartialReal upgrade/prune behavior and rollback semantics require live controller evidence.Track upgrade and rollback as variant paths with their own proof links.
CRD handlingpartialCRD upgrade behavior remains an operator-reviewed lifecycle path.Keep CRD install, no-crds, and CRD-upgrade as separate variant-path outcomes.
Subchart and dependency hellpartialDependency aliases and import-values need stronger scanner coverage.Add alias, import-values, and library-chart axes to chart facts and quirk coverage.
No field-level governancepartial-strong-on-redisField-complete provenance is not yet available for every chart.Expand value-source-map and edge recovery coverage chart by chart.
No native secrets storypartial-known-gapSecret delivery on GitOps paths needs hard gates and production policy.Track generated-fact and target-fact edges per variant path.
Hooks are brittlepartial-doctrineHook execution receipts are not complete for the hook-bearing catalog.Separate pre-install, post-install, upgrade, and delete hooks in variant-path coverage.
Multi-environment promotion is DIYpartialHigh-fanout propagation and override-protection need a stronger demo.Use Prometheus/kube-prometheus-stack for the main high-fanout variant demo.
GitOps impedance mismatchpartial-live-laneController-specific live proof is not complete for every base variant.Keep GitOps live status separate from local render parity in all matrices.
History without diffsstrong-static-partial-operationalFleet-wide query and operation history belong in ConfigHub Server.Tie diffs and operations into variant-path coverage.
Templating language limitspartialNot every template-language feature is field-provenanced yet.Add scanner axes and require clear disposition for each extension slot.
Dry-run does not match realitypartial-live-dependentAdmission/defaulting parity is target-specific and requires live observation.Add target/live requirements to variant-path coverage rather than hiding them in notes.
Chart ownership and fork burdenpartial-product-laneCreator UX and managed imports are product work beyond current static catalog proof.Keep base, derived, and managed overlay paths explicit in user docs and coverage rows.

What To Open

FilePurpose
pain-points.csvOne row per pain point with current answer, handoff, evidence, and remaining gap.
../../docs/user/helm-pain-points.mdUser-facing explanation of the same matrix.
../outcome-coverage/summary.mdOutcome and proof-lane status per chart/base/feature.
../variant-path-coverage/summary.mdPer chart/base/path proof status.

Regenerate

npm run pain-points:generate
npm run pain-points:verify