Friendly message for invalid or unreachable repositories by angelokurtis · Pull Request #824 · fluxcd/source-controller
Navigation Menu
{{ message }}
fluxcd / source-controller Public
- Notifications You must be signed in to change notification settings
- Fork 231
Draft
angelokurtis wants to merge 1 commit intofluxcd:mainfrom
Draft
Friendly message for invalid or unreachable repositories#824
angelokurtis wants to merge 1 commit intofluxcd:mainfrom
Friendly message for invalid or unreachable repositories#824
angelokurtis wants to merge 1 commit intofluxcd:mainfrom
Conversation
Copy link Copy Markdown
angelokurtis
commented
Jul 10, 2022
angelokurtis
commented
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
Signed-off-by: Tiago Angelo <kurtis.angelo@gmail.com>
angelokurtis
marked this pull request as draft
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment