Merge pull request #6253 from VilledeMontreal/fix-v3/helpRepoUpdate

Remove mention of 'helm update'
pull/6254/head
Matt Farina 5 years ago committed by GitHub
commit 2540c4ec80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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