diff --git a/pkg/helm/helm.go b/pkg/helm/helm.go index 10354456c..6752d0ae5 100644 --- a/pkg/helm/helm.go +++ b/pkg/helm/helm.go @@ -46,6 +46,7 @@ func (e ExecHelm) Pull(chart, version string, opts PullOpts) error { "--version", version, "--destination", opts.Destination, "--repository-config", repoFile, + "--untar", ) return cmd.Run()