diff --git a/pkg/helmexec/exec.go b/pkg/helmexec/exec.go index 3faa1572..1c12b599 100644 --- a/pkg/helmexec/exec.go +++ b/pkg/helmexec/exec.go @@ -166,8 +166,7 @@ func (helm *execer) RegistryLogin(repository string, username string, password s repository, "--username", username, - "--password", - password, + "--password-stdin", } buffer := bytes.Buffer{} buffer.Write([]byte(fmt.Sprintf("%s\n", password)))