Cert-manager: helm repo down?

Created on 19 Jan 2021  路  8Comments  路  Source: jetstack/cert-manager

can't seem to use the helm chart repository https://charts.jetstack.io today.

Trying it redirects to https://artifacthub.io/charts/jetstack

Most helpful comment

Hey @jstrachan, we are working in the background to get it up and running :slightly_smiling_face:

I'll pin this issue and update here on the progress.

Sorry for the disruption!


For people who need cert-manager up and running _now_ and is time sensitive, please install using the regular manifests.

All 8 comments

Hey @jstrachan, we are working in the background to get it up and running :slightly_smiling_face:

I'll pin this issue and update here on the progress.

Sorry for the disruption!


For people who need cert-manager up and running _now_ and is time sensitive, please install using the regular manifests.

Should be back to normal now.

Will keep the issue up for a bit before closing in case something's still not quite right.

@JoshVanL just tried it in an incognito window + via curl and still get the redirect

@jstrachan was this not what was happening before?

As far am I'm aware, Helm looks at ${repo-url}/index.yaml (https://charts.jetstack.io/index.yaml) to find the contents on a repo.

All of

$ ./bin/helm repo add jetstack https://charts.jetstack.io
$ ./bin/helm repo update
$ ./bin/helm search repo jetstack -l
$ ./bin/helm install \              
  cert-manager jetstack/cert-manager \
  --namespace cert-manager \
  --version v1.1.0 \
  --set installCRDs=true

are working as expected for me.

Do let me know if this isn't that case for you.

ah! the redirect just confused me into thinking it wasn't working ;) - yes I can see the index.yaml now thanks!

seems to be working great thanks

We have now also changed some things on our end which should prevent this particular issue happening again.

Going to close this issue.

/close

@JoshVanL: Closing this issue.

In response to this:

We have now also changed some things on our end which should prevent this particular issue happening again.

Going to close this issue.

/close

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Was this page helpful?
0 / 5 - 0 ratings