prestodb / presto-helm-charts

Presto Helm Charts
https://prestodb.io
Apache License 2.0
13 stars 10 forks source link

[BUG] Presto Helm Chart Repo URL broken #2

Closed dli5-sc closed 1 year ago

dli5-sc commented 1 year ago

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

dnskr commented 1 year ago

@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.