Skip to content

Serialization

The Helm serializer produces a complete chart directory:

dist/
Chart.yaml ← from Chart entity
values.yaml ← from Values entity (defaults)
values.schema.json ← auto-generated JSON Schema from Values types
.helmignore
templates/
_helpers.tpl ← auto-generated standard helpers
deployment.yaml ← K8s resources with {{ .Values.x }} directives
service.yaml
NOTES.txt ← from HelmNotes entity
tests/
test-connection.yaml ← from HelmTest entities