0Pricing
Helm Academy · Lesson

Build a Production App Chart End to End

Assembling everything into one deployable chart.

Putting It All Together

Now you assemble everything into one deployable chart. Start clean with helm create to get a conventional, production-ready skeleton. 🏗️

helm create webapp

Set the Metadata

Open Chart.yaml and set name, version, and appVersion. The chart version tracks your packaging, appVersion tracks the app inside.

version: 1.0.0
appVersion: "2.3.1"

All lessons in this course

  1. Tracing Renders with --debug and --dry-run
  2. Reading Manifests with helm get all
  3. Escaping pending-upgrade and Stuck States
  4. Build a Production App Chart End to End
← Back to Helm Academy