prestodb/presto-helm-charts

[BUG] Presto Helm Chart Repo URL broken

Closed this issue · 1 comments

Describe the bug

helm repo add presto https://prestodb.github.io/presto-helm-charts

Error: looks like "https://prestodb.github.io/presto-helm-charts" is not a valid chart repository or cannot be reached: failed to fetch https://prestodb.github.io/presto-helm-charts/index.yaml : 404 Not Found

Steps to reproduce:

Run command helm repo add presto https://prestodb.github.io/presto-helm-charts

Expected behavior

No error

Current behavior

Error: looks like "https://prestodb.github.io/presto-helm-charts" is not a valid chart repository or cannot be reached: failed to fetch https://prestodb.github.io/presto-helm-charts/index.yaml : 404 Not Found

Additional context

@dli5-sc Thank you for reporting the issue.
It's fixed now, so the following URLs are available again:

The root cause of the problem was in redirect (prestodb.github.io -> prestodb.io) enabled by Presto website repository workflow.