Skip to content

Commit

Permalink
Merge pull request #639 from replicatedhq/divolgin/helm
Browse files Browse the repository at this point in the history
Fix path for Helm registry credentials
  • Loading branch information
divolgin committed Jul 27, 2022
2 parents 248b393 + 14f9ae8 commit 4f8c1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oci/pull.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

const (
HelmCredentialsFileBasename = "registry/config.json"
HelmCredentialsFileBasename = ".config/helm/registry/config.json"
)

var (
Expand Down

0 comments on commit 4f8c1f3

Please sign in to comment.