This message was deleted.
# harvester
a
This message was deleted.
b
looks like the index.yaml is 404
b
I saw this pr https://github.com/rancher/partner-charts/pull/1018, looks like cert-manager has been removed.
b
I'm guessing the other one is the repo (and maybe upstream), but harvester installs point at the git.rancher.io/partner-charts
Unless there's some sort shenanigans going on?
Copy code
$ helm repo add rancher-partners <https://git.rancher.io/partner-charts>         --force-update
Error: looks like "<https://git.rancher.io/partner-charts>" is not a valid chart repository or cannot be reached: failed to fetch <https://git.rancher.io/partner-charts/index.yaml> : 404 Not Found
b
<https://git.rancher.io/partner-charts>
is a github repo url, we can use
git clone <https://git.rancher.io/partner-charts>
to download the source code.
b
So it will let you git clone, but not view or browse the source?
b
not sure about that... the only way I can access the url is through git clone, from browser like you mentioned, is 404 not found.