We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df938a commit 1d3b781Copy full SHA for 1d3b781
helm.go
@@ -76,7 +76,7 @@ func locateChartPath(name, version string, verify bool, keyring string) (string,
76
dl.Verify = downloader.VerifyAlways
77
}
78
79
- filename, _, err := dl.DownloadTo(name, version, ".")
+ filename, _, err := dl.DownloadTo(name, version, helmpath.Home(homePath()).Archive())
80
if err == nil {
81
lname, err := filepath.Abs(filename)
82
if err != nil {
0 commit comments