Helm
Releases Commands
Releases are instances of charts deployed to your cluster. Learn how to list, inspect, and manage your Helm releases.
8 commands
Pro Tips
Use 'helm list -A' to see releases across all namespaces.
Use 'helm get values --all' to see computed values including defaults.
Common Mistakes
Uninstall removes all resources. Use '--keep-history' to preserve release history.