我正在尝试在Artifactory(6.4)上使用头盔仓库,并已创建虚拟仓库和本地仓库,然后(使用Web UI)上传了一些示例图表。然后:
添加虚拟仓库:
$ 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!⎈
我已经上传了一些舵图示例并进行了重新索引:
$ helm search helm-test-virtual/
No results found
有人能暗示我为什么helm search helm-test-virtual/
说No results found
吗?
答案 0 :(得分:0)
上传文件后,您是否做过helm repo update
?
helm客户端具有本地缓存,并从中解析所有内容,包括搜索。