|
|
@ -65,17 +65,17 @@ func newDependencyUpdateCmd(_ *action.Configuration, out io.Writer) *cobra.Comma
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
man := &downloader.Manager{
|
|
|
|
man := &downloader.Manager{
|
|
|
|
Out: out,
|
|
|
|
Out: out,
|
|
|
|
ChartPath: chartpath,
|
|
|
|
ChartPath: chartpath,
|
|
|
|
Keyring: client.Keyring,
|
|
|
|
Keyring: client.Keyring,
|
|
|
|
SkipUpdate: client.SkipRefresh,
|
|
|
|
SkipUpdate: client.SkipRefresh,
|
|
|
|
SkipDownloadIfExists: client.SkipDownloadIfExists,
|
|
|
|
SkipDownloadIfExists: client.SkipDownloadIfExists,
|
|
|
|
Getters: getter.All(settings),
|
|
|
|
Getters: getter.All(settings),
|
|
|
|
RegistryClient: registryClient,
|
|
|
|
RegistryClient: registryClient,
|
|
|
|
RepositoryConfig: settings.RepositoryConfig,
|
|
|
|
RepositoryConfig: settings.RepositoryConfig,
|
|
|
|
RepositoryCache: settings.RepositoryCache,
|
|
|
|
RepositoryCache: settings.RepositoryCache,
|
|
|
|
ContentCache: settings.ContentCache,
|
|
|
|
ContentCache: settings.ContentCache,
|
|
|
|
Debug: settings.Debug,
|
|
|
|
Debug: settings.Debug,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if client.Verify {
|
|
|
|
if client.Verify {
|
|
|
|
man.Verify = downloader.VerifyAlways
|
|
|
|
man.Verify = downloader.VerifyAlways
|
|
|
|