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),