📜  错误:未找到存储库.您必须在更新前添加一个 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:05.438000             🧑  作者: Mango

代码示例1
# Below command is not working
$ helm repo add stable https://kubernetes-charts.storage.googleapis.com/

Error: repo "https://kubernetes-charts.storage.googleapis.com/" is no longer available; try "https://charts.helm.sh/stable" instead

#Try this one, it's wokring.
$ helm repo add stable https://charts.helm.sh/stable

"stable" has been added to your repositories