【发布时间】:2018-10-03 13:27:39
【问题描述】:
我正在尝试在 Artifactory (6.4) 上使用 helm repos,并创建了 虚拟和本地 repo,然后上传(使用 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?
【问题讨论】:
标签: artifactory kubernetes-helm