即使图表存在,我也一直收到类似的错误。这不是SemV2版本吗?
错误:
The helm deployment failed because: Error: chart "ap983546-test-api" matching 2.0.0-featureesp2606-8 not found in artifactory index. (try 'helm repo update'): no chart version found for ap983546-test-api-2.0.0-featureesp2606-8
字符串
命令范围:
helm upgrade ap983546-test-api artifactory/ap983546-test-api --set liveSlot=blue,blue.enabled=false,blueImage.tag=2.0.0-featureesp2606-6,greenImage.tag=2.0.0-featureesp2606-8 --wait -f charts/ap983546-test-api/values_rks.yaml --version 2.0.0-featureesp2606-8 --install
型
1条答案
按热度按时间u3r8eeie1#
错误消息意味着Helm图表的版本不存在。要检查Helm图表中的图表版本,您可以尝试运行命令
helm search repo <repo_name>/<chart_name>
-l。此命令将列出您想要安装的图表的所有版本,并可以帮助您安装所需的版本