docker-registry.helm icon indicating copy to clipboard operation
docker-registry.helm copied to clipboard

Link https://helm.twun.io is not found

Open AhmadPanogari opened this issue 1 year ago • 1 comments

I want to add your repository, but I found a problem when doing so, it turns out that when I am not the link https://helm.twun.io displays a page not found 404 by github.

Can you fix that.

Thank you.

image

AhmadPanogari avatar Sep 13 '24 00:09 AhmadPanogari

https://helm.twun.io is not a link you visit, it's the base URL for the helm repo.

You add it with helm repo add <repo-name> https://helm.twun.io

bendres97 avatar Sep 27 '24 02:09 bendres97

I think the author didn't provide details on his issue. When I try to add the repo I get a failure as well. The repo link is not routable:

helm repo add twuni https://helm.twun.io
Error: looks like "https://helm.twun.io" is not a valid chart repository or cannot be reached: Get "https://helm.twun.io/index.yaml": dial tcp: lookup helm.twun.io on 127.0.0.1:53: no such host

I checked the last action that ran for publishing the deployment and it published it to another url? However it works by using that url:

helm repo add twuni https://twuni.github.io/docker-registry.helm/
"twuni" has been added to your repositories

This needs to be updated in the docs.

rojanDinc avatar Nov 03 '25 18:11 rojanDinc

#182 has been merged, which revises the README to indicate the correct repo URL.

canterberry avatar Nov 03 '25 20:11 canterberry