Chore: Update helm dep up command docs to reflect correct behaviour

Signed-off-by: thisisobate <obasiuche62@gmail.com>
pull/12716/head
thisisobate 2 years ago
parent d3118c17fb
commit fc89a13c7e
No known key found for this signature in database

@ -37,9 +37,9 @@ the latest charts that satisfy the dependencies, and clean up old dependencies.
On successful update, this will generate a lock file that can be used to
rebuild the dependencies to an exact version.
Dependencies are not required to be represented in 'Chart.yaml'. For that
reason, an update command will not remove charts unless they are (a) present
in the Chart.yaml file, but (b) at the wrong version.
Dependencies are not required to be represented in 'Chart.yaml'. Adding dependencies will remove
all .tgz charts when calling 'helm dep up'. The update (up) command will not remove charts unless
they are recognized as an up-to-date version of a chart dependency declared in 'Chart.yaml'.
`
// newDependencyUpdateCmd creates a new dependency update command.

Loading…
Cancel
Save