docs icon indicating copy to clipboard operation
docs copied to clipboard

Не рабочая документация на примере работы с Helm Chart

Open MikeVL opened this issue 3 years ago • 0 comments

При попытке загрузить файл в репозиторий выдаёт ошиьбки

helm push app-0.1.0.tgz oci://cr.yandex/cr.yandex/***/app:0.1.0`
Error: invalid_reference: invalid tag
helm push app-0.1.0.tgz oci://cr.yandex/cr.yandex/***/app`
Error: unexpected status: 404 Not Found
helm push cr.yandex/cr.yandex/***/app:0.1.0
Error: "helm push" requires at least 2 arguments
helm version
version.BuildInfo{Version:"v3.8.0", GitCommit:"d14138609b01886f544b2025f5000351c9eb092e", GitTreeState:"clean", GoVersion:"go1.17.6"}

MikeVL avatar Feb 03 '22 16:02 MikeVL