0Pricing
Helm Academy · Lesson

Keeping History with --keep-history

Preserving revision records after uninstall.

Why Keep History

Sometimes you want to remove a release but keep its records, so you can roll back later. That is what --keep-history is for. 📜

Add It to uninstall

You pass --keep-history as a flag on helm uninstall to preserve the release's revision records.

helm uninstall my-nginx --keep-history

All lessons in this course

  1. See Everything with helm list
  2. Reading helm status Output
  3. Clean Removal with helm uninstall
  4. Keeping History with --keep-history
← Back to Helm Academy