Helm:未找到图表版本

Helm:未找到图表版本

尽管图表存在,但我还是不断收到类似的错误。这不是 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

相关内容