0Pricing
Helm Academy · Lesson

Publishing Charts from a Release Job

Packaging and pushing on a tagged build.

Ship Charts Automatically

When you tag a release, your pipeline should package the chart and publish it so teammates and clusters can pull the new version. 📦

Trigger Only on a Tag

Scope the publish step to run on a version tag, not every commit. That keeps your chart repository free of throwaway development builds.

All lessons in this course

  1. Lint and Template Gates in CI
  2. Previewing Changes with helm diff
  3. Automated Deploys with upgrade --install --atomic
  4. Publishing Charts from a Release Job
← Back to Helm Academy