作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试将 helm 存储库添加到我的 jfrog 帐户,但出现错误。我已经创建了一个远程存储库。如何使用 helm 客户端进行推送
helm repo add <key> https://ip/artifactory/<key> --username username --password password
Error: looks like "https://ip/artifactory/<key>" is not a valid chart repository or cannot be reached: failed to fetch https://ip/artifactory/<key>/index.yaml : 401 Unauthorized
最佳答案
您不能推送到远程存储库。它仅用于代理和缓存远程存储库。不允许您通过 Artifactory 将您的 Artifactory 推送给他们。
如果您查看 documentation ,您会看到您需要一个虚拟的、本地的和远程的 helm 存储库。
例如:
helm-local -> your local repo
helm-remote -> your remote repo
helm -> your virtual repo
对于虚拟存储库,您设置 default deployment repository (您上传的图表被推送到的位置)。这将是您创建的本地存储库。
设置完成后,您可以登录虚拟存储库 - https://ip/artifactory/helm
。 helm repo add
命令使用此 URL。
关于devops - 无法将 helm 图表推送到 jfrog artifactory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67887859/
我是一名优秀的程序员,十分优秀!