incubator-heron icon indicating copy to clipboard operation
incubator-heron copied to clipboard

Helm Repo Unavailable

Open ShawnZhong opened this issue 5 years ago • 1 comments
trafficstars

It seems that the repository for Helm Chart for Heron in no longer available.

> helm repo add heron-charts https://storage.googleapis.com/heron-charts
Error: Looks like "https://storage.googleapis.com/heron-charts" is not a valid chart repository or cannot be reached: Failed to fetch https://storage.googleapis.com/heron-charts/index.yaml : 404 Not Found

Opening the URL https://storage.googleapis.com/heron-charts gives ProjectNotFound error.

ShawnZhong avatar Dec 07 '19 21:12 ShawnZhong

Ah.. Another thing to add to the list. Thanks for reporting it. I'll post an update when we get this resolved. Until then you have two options. You can deploy the chart directly from the code base. The helm chart is in the folder ${root}/deploy/kubernetes/helm or you can use the Bazel target to generate the helm chart and load it into your own helm repository.. For example bazel build --config=darwin scripts/packages:generate-helm-charts on a mac should generate a file called index.yaml and a tar.gz file containing the files need to create your own repository until the official Apache distribution is made available.

joshfischer1108 avatar Dec 07 '19 22:12 joshfischer1108