pangeo-data / helm-chart

Pangeo helm charts
https://pangeo-data.github.io/helm-chart/
21 stars 26 forks source link

404 on https://pangeo-data.github.io/helm-chart/ #10

Closed rabernat closed 6 years ago

rabernat commented 6 years ago

Why does this show a 404? https://pangeo-data.github.io/helm-chart/

It appears to work if I do

$ helm repo add pangeo https://pangeo-data.github.io/helm-chart/
"pangeo" has been added to your repositories
$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Skip local chart repository
...Successfully got an update from the "pangeo" chart repository
...Successfully got an update from the "stable" chart repository

But it is confusing to me that I get a 404 when I browse to the helm-chart link.

cc @tjcrone

rabernat commented 6 years ago

A practical consequence is that I don't know the latest chart version.

rabernat commented 6 years ago

Ah so it is actually broken:

$ helm upgrade jupyter pangeo/pangeo -f jupyter-config.yaml -f secret-config.yaml
Error: failed to download "pangeo/pangeo"
rabernat commented 6 years ago

So I guess this was a false alarm. The helm-chart site does work: https://pangeo-data.github.io/helm-chart/index.yaml

And the upgrade command works if I specify a version, e.g.

helm upgrade jupyter pangeo/pangeo -f jupyter-config.yaml -f secret-config.yaml --version 0.1.0-ef74d6d