Skip to content
Snippets Groups Projects
Unverified Commit 3ac95a23 authored by Mr Talbot's avatar Mr Talbot Committed by GitHub
Browse files

fix: issue where helm index.yaml cannot be read (#13127)

* Fix issue where helm index.yaml cannot be read

The result of this function call is destructured here: https://github.com/renovatebot/renovate/blob/d0d482155dbc8ec6d901105c246fb1542b6a3b00/lib/datasource/helm/index.ts#L65



If the return value is undefiend this causes an error, an empty object satisfies the RepoSource interface and can also be destructured without issue.

* update tests to match helm findSourceUrl behaviour

Co-authored-by: default avatarMichael Kriese <michael.kriese@visualon.de>
parent ae46e9eb
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment