Helm upgrade

From NovaOrdis Knowledge Base
Revision as of 19:51, 9 February 2022 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

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.

Options

--reuse-values

When upgrading, reuse the last release's values and merge in any overrides from the command line via --set and -f. If --reset-values is specified, this is ignored.

--reset-values

See --reuse-values above.