cert-manager-webhook-duckdns icon indicating copy to clipboard operation
cert-manager-webhook-duckdns copied to clipboard

https://ebrianne.github.io/helm-charts not a valid repository

Open darealShadow opened this issue 1 year ago • 6 comments

Hi,

I used this chart in the past and it worked really great but as I want to use it now I get an error message every time I want to add the repo to helm

Error: looks like "https://ebrianne.github.io/helm-charts" is not a valid chart repository or cannot be reached: failed to fetch https://ebrianne.github.io/helm-charts/index.yaml : 404 Not Found

would appreciate an update. Thanks.

darealShadow avatar Oct 11 '23 01:10 darealShadow

Hi, got the same issue. Any updates?

arogic avatar Nov 20 '23 15:11 arogic

Hello @arogic unfortunately not. But I have a workaround for you. Please check out the link https://dev.to/javiermarasco/https-with-ingress-controller-cert-manager-and-duckdns-in-akskubernetes-2jd1. I also made a video on how to make the webhook work through the instructions in the link which you can find here: https://www.youtube.com/watch?v=KVoRYtLGTjY.

let me know if you have any questions

darealShadow avatar Nov 20 '23 15:11 darealShadow

Hi @darealShadow. Thanks a lot for your prompt response. I'll take a look. Regards

arogic avatar Nov 20 '23 16:11 arogic

I wonder if there was any update? As in, is chart hosted somewhere?

Building it myself would disrupt my workflow a bit.

knuurr avatar Feb 28 '24 23:02 knuurr

not to my knowledge but to be honest I didn't check. I might be able to get to to building one but that is at least 3 to 4 months away.

darealShadow avatar Feb 29 '24 15:02 darealShadow

Same problem here. I ended up vendoring the chart in my own repo. Feel free to install it:

helm repo add mmontes https://mmontes11.github.io/charts
helm install cert-manager-webhook-duckdns mmontes/cert-manager-webhook-duckdns

@ebrianne this project is great, thanks for the effort. It would be great if you could look into the helm repo issues!

mmontes11 avatar Jun 29 '24 10:06 mmontes11