0Pricing
Helm Academy · Lesson

Apply Changes with helm upgrade

Pushing new values or a new chart version.

Why upgrade Exists

Once a release is running, you rarely reinstall it. To change anything, you use helm upgrade to apply new settings to the same release. 🔄

The Basic Shape

An upgrade takes the release name first, then the chart it should use. Helm computes the diff and rolls it out for you.

helm upgrade my-app bitnami/nginx

All lessons in this course

  1. Apply Changes with helm upgrade
  2. Install-or-Upgrade with --install
  3. Reviewing helm history
  4. Reverting with helm rollback
← Back to Helm Academy