mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Merge pull request #2747 from rocky-nupt/dependencies-update-verify
fix(helm): Fix the bug in helm dependency update -verify
This commit is contained in:
commit
6e54d3b8ea
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ func (d *dependencyUpdateCmd) run() error {
|
|||
Getters: getter.All(settings),
|
||||
}
|
||||
if d.verify {
|
||||
man.Verify = downloader.VerifyIfPossible
|
||||
man.Verify = downloader.VerifyAlways
|
||||
}
|
||||
if settings.Debug {
|
||||
man.Debug = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue