kubernetes-retired / service-catalog

Consume services in Kubernetes using the Open Service Broker API

Home Page:https://svc-cat.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

fanchenxu-ship opened this issue · comments

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:

  • helm version: v3.4.2

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

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.

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

Fixed the documentation in #2875