From 14f9ae8f3b26737670c4bc9c5232478a7191db0f Mon Sep 17 00:00:00 2001 From: divolgin Date: Wed, 27 Jul 2022 00:43:28 +0000 Subject: [PATCH] Fix path for Helm registry credentials --- pkg/oci/pull.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/oci/pull.go b/pkg/oci/pull.go index 90aa9b070..a01c40a9b 100644 --- a/pkg/oci/pull.go +++ b/pkg/oci/pull.go @@ -19,7 +19,7 @@ import ( ) const ( - HelmCredentialsFileBasename = "registry/config.json" + HelmCredentialsFileBasename = ".config/helm/registry/config.json" ) var (