From bd4ffb5514b58d1366cd5a5fb5580e2a7fe9583a Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Sat, 17 Aug 2019 20:22:08 -0400 Subject: [PATCH] Remove mention of 'helm update' 'helm update' is removed in v3. Signed-off-by: Marc Khouzam --- cmd/helm/repo_update.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/helm/repo_update.go b/cmd/helm/repo_update.go index b6c35f9a0..e3d69ffce 100644 --- a/cmd/helm/repo_update.go +++ b/cmd/helm/repo_update.go @@ -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")