diff --git a/compose/compose.go b/compose/compose.go index 6f820c97..aea0c850 100644 --- a/compose/compose.go +++ b/compose/compose.go @@ -57,6 +57,7 @@ func (cp *ComposeProject) Install(name, path string) error { if path != "" { return cp.helm.InstallChartFromDir(name, path) } + chart, err := internal.GetChartInMemory(cp.config, name) if err != nil { return err