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 248b393 commit 14f9ae8Copy full SHA for 14f9ae8
pkg/oci/pull.go
@@ -19,7 +19,7 @@ import (
19
)
20
21
const (
22
- HelmCredentialsFileBasename = "registry/config.json"
+ HelmCredentialsFileBasename = ".config/helm/registry/config.json"
23
24
25
var (
0 commit comments