Categories
Uncategorized

no cached repository for helm-manager- found. (try ‘helm repo update’)

If you hit this error at the beginning of 2020 most probably you do have dependency in your chart that points to deprecated repo.

You must updated URI in charts.yaml (or requirements.yaml)

NameOld LocationNew Location
stablehttps://kubernetes-charts.storage.googleapis.comhttps://charts.helm.sh/stable
incubatorhttps://kubernetes-charts-incubator.storage.googleapis.comhttps://charts.helm.sh/incubator

Reference: https://helm.sh/blog/new-location-stable-incubator-charts/