|
|
@ -87,6 +87,7 @@ func (p *Pull) Run(chartRef string) (string, error) {
|
|
|
|
getter.WithTLSClientConfig(p.CertFile, p.KeyFile, p.CaFile),
|
|
|
|
getter.WithTLSClientConfig(p.CertFile, p.KeyFile, p.CaFile),
|
|
|
|
getter.WithInsecureSkipVerifyTLS(p.InsecureSkipTLSverify),
|
|
|
|
getter.WithInsecureSkipVerifyTLS(p.InsecureSkipTLSverify),
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
RegistryClient: p.cfg.RegistryClient,
|
|
|
|
RepositoryConfig: p.Settings.RepositoryConfig,
|
|
|
|
RepositoryConfig: p.Settings.RepositoryConfig,
|
|
|
|
RepositoryCache: p.Settings.RepositoryCache,
|
|
|
|
RepositoryCache: p.Settings.RepositoryCache,
|
|
|
|
}
|
|
|
|
}
|
|
|
|