Remove mention of 'helm update'

'helm update' is removed in v3.

Signed-off-by: Marc Khouzam <marc.khouzam@ville.montreal.qc.ca>
pull/6253/head
Marc Khouzam 5 years ago
parent f73e3235c2
commit bd4ffb5514

@ -33,9 +33,6 @@ import (
const updateDesc = `
Update gets the latest information about charts from the respective chart repositories.
Information is cached locally, where it is used by commands like 'helm search'.
'helm update' is the deprecated form of 'helm repo update'. It will be removed in
future releases.
`
var errNoRepositories = errors.New("no repositories found. You must add one before updating")

Loading…
Cancel
Save