Skip to content

Commit 4f8c1f3

Browse files
authored
Merge pull request #639 from replicatedhq/divolgin/helm
Fix path for Helm registry credentials
2 parents 248b393 + 14f9ae8 commit 4f8c1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/oci/pull.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import (
1919
)
2020

2121
const (
22-
HelmCredentialsFileBasename = "registry/config.json"
22+
HelmCredentialsFileBasename = ".config/helm/registry/config.json"
2323
)
2424

2525
var (

0 commit comments

Comments
 (0)