How do you mirror Helm registries? #2488
Unanswered
AndersBennedsgaard
asked this question in
Q&A
Replies: 1 comment 2 replies
-
https://github.com/project-zot/zot/blob/main/examples/config-popular-registries.json ^ @AndersBennedsgaard, we have compiled all well-known registries here. This is part of our CI, so would compare against this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello. I am trying to set up mirroring of an internal Helm repository, but I haven't been successful at it.
helm
keeps complaining for multiple different reasons, such asunexpected status code 404: name unknown: repository name not known to registry
. Just to keep it simple, I tried public repositories at first, and I wasn't successful with that either.I've tried multiple different ways. Two examples are:
Helm command I believe should work (I've exposed Zot at port 8080):
helm pull oci://localhost:8080/grafana-charts/grafana:8.0.2 --plain-http
So, what am I doing wrong? I am sure it is just a dumb oversight by me, but I just can't figure it out :(
Beta Was this translation helpful? Give feedback.
All reactions