Helm upgrade: Difference between revisions
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
Upgrade increments the [[Helm_Concepts#Release_Revision|revision number]]. | Upgrade increments the [[Helm_Concepts#Release_Revision|revision number]]. | ||
To keep a resource from being uninstalled during an upgrade, see [[Helm_uninstall#Keep_a_Resource_from_Being_Uninstalled|helm uninstall - Keep a Resource from Being Uninstalled]]. |
Revision as of 20:56, 4 September 2020
External
- https://helm.sh/docs/helm/#helm-upgrade
- https://helm.sh/docs/using_helm/#helm-upgrade-and-helm-rollback-upgrading-a-release-and-recovering-on-failure
- https://helm.sh/docs/using_helm/#helpful-options-for-install-upgrade-rollback
Internal
Overview
helm upgrade <release-name> <chart-name>
helm upgrade jazzy-manta archaeopteryx
Upgrade increments the revision number.
To keep a resource from being uninstalled during an upgrade, see helm uninstall - Keep a Resource from Being Uninstalled.