0PricingLogin
Helm Academy · Lesson

Pulling a Chart with helm pull

Downloading and unpacking a chart to read it.

Get the Chart Itself

Sometimes you want the chart files, not a deploy. The helm pull command downloads a chart archive to your machine. 📦

helm pull bitnami/nginx

What You Get

By default it saves a packaged .tgz file into your current directory, the same compressed bundle a repository serves.

All lessons in this course

  1. Render Locally with helm template
  2. Dry Runs with --dry-run
  3. Pulling a Chart with helm pull
  4. Reading Notes with helm get notes
← Back to Helm Academy