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
- Lint and Template Gates in CI
- Previewing Changes with helm diff
- Automated Deploys with upgrade --install --atomic
- Publishing Charts from a Release Job