错误:无法下载“xxx”(提示:运行 `helm repo update` 可能会有所帮助)

San*_*ngh 3 java deployment containers kubernetes kubernetes-helm

我正在尝试使用以下命令查看现有舵图的详细信息(值等):

helm show values xxx -n namespace

出现错误:

failed to download "xxx" (hint: running `helm repo update` may help)

我应该怎么做才能解决这个问题?

Tay*_*man 6

您可以用来helm -n <namespace> get values <release-name>获取已安装图表的值。