cert-exporter: Helm install doesn't work

I am trying to install cert-exporter by helm.

  • helm version: v3.3.4

Sure that I added the repo. helm search repo cert-exporter shows the right exporter. After helm repo update and seeing “Successfully got an update from the “cert-exporter” chart repository”, helm install fails…

With debug flag, I was able to see that

Error: failed to fetch https://github.com/joe-elliott/cert-exporter/releases/download/cert-exporter-0.1.1/cert-exporter-0.1.1.tgz : 404 Not Found

I think the url should be https://github.com/joe-elliott/cert-exporter/archive/cert-exporter-0.1.1.tar.gz . It’s weird…

About this issue

  • Original URL
  • State: closed
  • Created 4 years ago
  • Comments: 16 (11 by maintainers)

Most upvoted comments

Oh man, that’s annoying. Let’s just leave remove {{kubernetes_pod_name}}.

I’ll fix this, not sure how this wasn’t caught in my testing.