linkyard / helm-chart-resource

A Concourse resource for downloading Helm charts
Apache License 2.0
3 stars 6 forks source link

helm init returns 403 due to deprecated kubernetes charts url #8

Closed xtremerui closed 3 years ago

xtremerui commented 3 years ago

When resource checking it returns

Initializing helm...
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

this should be used instead

helm init --stable-repo-url=https://charts.helm.sh/stable --client-only 
arbourd commented 3 years ago

Strange. Does Helm 3 auto init with the deprecated endpoint still?

I forgot how old this is and still rockin' Helm 2.

will-gant commented 3 years ago

Thanks for the fix - would it be possible to push a new build to Dockerhub as well please?

arbourd commented 3 years ago

@msiegenthaler

msiegenthaler commented 3 years ago

I've pushed linkyard/helm-chart-resource:2.17.0 now

was: Doesn't linkyard/concourse-helm-resource:2.17.0 work? > sorry, wrong repo :)

will-gant commented 3 years ago

Thanks!