gpt4 book ai didi

devops - 无法将 helm 图表推送到 jfrog artifactory

转载 作者:行者123 更新时间:2023-12-05 05:59:56 26 4
gpt4 key购买 nike

我正在尝试将 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/helmhelm repo add 命令使用此 URL。

关于devops - 无法将 helm 图表推送到 jfrog artifactory,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67887859/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com