Link https://helm.twun.io is not found
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.
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
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.
#182 has been merged, which revises the README to indicate the correct repo URL.