title: Helm Lifecycle status: current last_reviewed: 2026-06-14 ---
helm-expt breaks a Helm install into visible stages. The point is not only to render YAML. The point is to show where each decision belongs and where evidence is collected.
The current model is:
- Identify the chart source, version, dependencies, and capability assumptions.
- Create a
cub installerrecipe/package with reviewed base variants. - Render deterministically and compare the object set with regular Helm.
- Upload or apply the rendered objects through ConfigHub.
- Route lifecycle behavior such as hooks, CRDs, target facts, generated values, and webhooks.
- Observe live Kubernetes and GitOps outcomes where a live claim is made.
- Operate the result with variants, diffs, scans, changesets, approvals, and promotion.
Render parity is the baseline. It says the installer path preserved Helm's intended object set for recorded inputs. It does not prove that every target cluster is suitable or that every controller is healthy.