From a5940107620126bd9f9d9155cc58dd46f681b399 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Tue, 27 Aug 2019 19:43:40 -0400 Subject: [PATCH] fix(cmd/helm): Missing params for dir locations Signed-off-by: Marc Khouzam --- pkg/action/install.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/action/install.go b/pkg/action/install.go index a185667de..2516ae62d 100644 --- a/pkg/action/install.go +++ b/pkg/action/install.go @@ -590,6 +590,8 @@ func (c *ChartPathOptions) LocateChart(name string, settings *cli.EnvSettings) ( Options: []getter.Option{ getter.WithBasicAuth(c.Username, c.Password), }, + RepositoryConfig: settings.RepositoryConfig, + RepositoryCache: settings.RepositoryCache, } if c.Verify { dl.Verify = downloader.VerifyAlways