Skip to content

Commit

Permalink
Update util/helm/client.go
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Pettersson <blake.pettersson@gmail.com>
Signed-off-by: Alex Eftimie <alex.eftimie@getyourguide.com>
  • Loading branch information
alexef and blakepettersson authored Apr 21, 2023
1 parent 1c42e8d commit 82428b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/helm/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ func (c *nativeHelmChart) GetTags(chart string, noCache bool) (*TagsList, error)
}}
repo.Client = &auth.Client{
Client: client,
Cache: auth.DefaultCache,
Cache: nil,
Credential: auth.StaticCredential(c.repoURL, auth.Credential{
Username: c.creds.Username,
Password: c.creds.Password,
Expand Down

0 comments on commit 82428b2

Please sign in to comment.