Closed yuripastushenko closed 3 years ago
We previously used next repo
- helm repo add stable https://kubernetes-charts.storage.googleapis.com
The error message on install was:
Error: looks like "https://kubernetes-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: failed to fetch https://kubernetes-charts.storage.googleapis.com/index.yaml : 403 Forbidden
Changing repo to next one solved the issue.
- helm repo add stable https://charts.helm.sh/stable
Seems like this is similar to https://github.com/heptiolabs/eventrouter/issues/121. Closing the issue.
From Nov 13, 2020 the eventrouter chart is deprecated. Is there any alternative? Can you please migrate to new chart version?