diff --git a/README-zh_CN.md b/README-zh_CN.md index 6cc20126cb..e7974acc9e 100644 --- a/README-zh_CN.md +++ b/README-zh_CN.md @@ -59,7 +59,7 @@ Kruise 是 OpenKruise (官网: [https://openkruise.io](https://openkruise.io)) 对于版本高于 v1.12+ 的 Kubernetes 集群来说,只要使用 helm v3 执行安装即可: ``` -helm install kruise https://github.com/openkruise/kruise/releases/download/v0.5.0/kruise-chart.tgz +helm install kruise https://github.com/openkruise/kruise/releases/download/v0.6.0/kruise-chart.tgz ``` 注意直接安装 chart 会使用默认的 template values,你也可以根据你的集群情况指定一些特殊配置,比如修改 resources 限制或者只启用某些特定的控制器能力。 diff --git a/README.md b/README.md index 549f8e9270..7075202d96 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ This [video](https://www.youtube.com/watch?v=elB7reZ6eAQ) demo by [Lachlan Evens For a Kubernetes cluster with its version higher than v1.12, you can simply install Kruise with helm v3: ``` -helm install kruise https://github.com/openkruise/kruise/releases/download/v0.5.0/kruise-chart.tgz +helm install kruise https://github.com/openkruise/kruise/releases/download/v0.6.0/kruise-chart.tgz ``` Note that installing this chart directly means it will use the default template values for the kruise-manager.