From 16189a4e431710bf4747cec3d935b8c17769bf86 Mon Sep 17 00:00:00 2001 From: Emanuel Bennici Date: Tue, 19 Nov 2019 18:12:40 +0100 Subject: [PATCH] Add outdated Cmd to root.go Signed-off-by: Emanuel Bennici --- cmd/helm/root.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/helm/root.go b/cmd/helm/root.go index f0a034d45..be519ee25 100644 --- a/cmd/helm/root.go +++ b/cmd/helm/root.go @@ -389,6 +389,7 @@ func newRootCmd(actionConfig *action.Configuration, out io.Writer, args []string newTemplateCmd(actionConfig, out), newUninstallCmd(actionConfig, out), newUpgradeCmd(actionConfig, out), + newOutdatedCmd(actionConfig, out), newCompletionCmd(out), newEnvCmd(out),