source-controller icon indicating copy to clipboard operation
source-controller copied to clipboard

Friendly message for invalid or unreachable repositories

Open angelokurtis opened this issue 2 years ago • 0 comments

before:

message: 'failed to fetch Helm repository index: failed to cache index to temporary file: failed to fetch https://example.com/index.yaml : 404 Not Found'

now:

message: 'failed to fetch Helm repository index: looks like "https://example.com" is not a valid chart repository or cannot be reached: failed to fetch https://example.com/index.yaml : 404 Not Found'

Fixes #654

angelokurtis avatar Jul 10 '22 20:07 angelokurtis