kubernetes-retired / service-catalog

Consume services in Kubernetes using the Open Service Broker API
https://svc-cat.io
Apache License 2.0
1.05k stars 385 forks source link

Error: looks like "https://svc-catalog-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: failed to fetch https://svc-catalog-charts.storage.googleapis.com/index.yaml : 403 Forbidden #2869

Closed fanchenxu-ship closed 3 years ago

fanchenxu-ship commented 3 years ago

Bug Report

What happened: when i run "helm repo add svc-cat https://svc-catalog-charts.storage.googleapis.com" it failed. Error message: Error: looks like "https://svc-catalog-charts.storage.googleapis.com" is not a valid chart repository or cannot be reached: failed to fetch https://svc-catalog-charts.storage.googleapis.com/index.yaml : 403 Forbidden Environment:

jiayihu commented 3 years ago

What worked from me was downloading the chart from https://github.com/kubernetes-sigs/service-catalog/tree/master/charts/catalog and installing it locally. I also changed the image to image: quay.io/kubernetes-service-catalog/service-catalog-arm64:v0.3.1 since i'm using ARM64/aarch64

achrinza commented 3 years ago

This should be updated command:

helm repo add service-catalog https://kubernetes-sigs.github.io/service-catalog

AFAIK, #2841 and the Google Group announcement discusses this shift.

Though the docs should probably be updated too to reflect this change.

kjaksik commented 3 years ago

It also happens during CI pipelines. Helm in version 2.16.7 had the repo hard coded and helm init tried to reach this repo. Should be fixed in #2873

jhvhs commented 3 years ago

Fixed the documentation in #2875