The municipal CMS Helm release must move to a newer chart version with updated values in place. Which command is the correct in-place update path?
Select an answer to reveal the explanation.
Short Explanation
Upgrading the carnival booth doesn’t mean tearing down the whole fairground. helm upgrade updates the named release to a new chart version or values in place.
Full Explanation
helm upgrade applies a new chart version and/or values to an existing release name, updating owned resources. That is the standard in-place path for application chart evolution. Uninstalling and wiping namespaces is heavier than needed for routine upgrades; repo remove and unrelated rollout undo do not upgrade the release.