Closed mumong closed 4 months ago
root@XNET-051:/home/huhu/project/chart# helm version version.BuildInfo{Version:"v3.15.2", GitCommit:"1a500d5625419a524fdae4b33de351cc4f58ec35", GitTreeState:"clean", GoVersion:"go1.22.4"}
sorry, solved by adding --plain-http
root@XNET-051:/home/huhu/project/chart# helm push redis-19.5.5.tgz oci://1xxxx5:5000/test --plain-http
Pushed: 17xxxxx5:5000/test/redis:19.5.5
Digest: sha256:aa805220832276c8754f6a0ab444034fc73289f6809a79b199407a4d97aa20ac
hi, i am using docker to deploy harbor, and my harbor only support for login using http ways.
now i need to push helm chart to my harbor.
first i login my harbor like
helm registry login xxx.xxx:5000 -u admin -p Haxxx45 --insecure
and it feed okLogin Succeeded
then i try to push oci chart to harbor registry
helm push redis-19.5.5.tgz --debug oci://xxx20.23xxx/test --insecure-skip-tls-verify
i got errorany simple way that i can push oci to my harbor using http?