Skip to content

Commit 14f9ae8

Browse files
committed
Fix path for Helm registry credentials
1 parent 248b393 commit 14f9ae8

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)