Виртуальный репозиторий Artifactory 6.4 не работает? - PullRequest
0 голосов
/ 03 октября 2018

Я пытаюсь использовать репозитории helm в Artifactory (6.4) и создал как виртуальное, так и локальное репо , а затем загрузил (используя веб-интерфейс) некоторые примеры диаграмм.Затем:

Добавление виртуального репо:

$ helm repo add helm-test-virtual http://x.x.x.x/artifactory/helm-test-virtual --username user1
Password:
"helm-test-virtual" has been added to your repositories

Что нового в репо:

$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "helm-test-virtual" chart repository
...Successfully got an update from the "stable" chart repository
Update Complete. ⎈ Happy Helming!⎈

У меня уже есть несколько примеров загруженных диаграмм руля и переиндексация:

enter image description here

$ helm search helm-test-virtual/
No results found

Может кто-нибудь намекнуть мне, почему helm search helm-test-virtual/ говорит No results found?

1 Ответ

0 голосов
/ 16 октября 2018

Вы делали helm repo update после загрузки файлов?клиент helm имеет локальный кеш и разрешает из него все, включая поиск.

...