This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch main
in repository 
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/main by this push:
     new 3674e0c  Update README.md
3674e0c is described below

commit 3674e0ce64778306e7880e3e41a951ba6074d203
Author: Warren Chen <[email protected]>
AuthorDate: Fri Jan 20 10:14:56 2023 +0800

    Update README.md
---
 README.md | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 4d563c8..27c41bd 100644
--- a/README.md
+++ b/README.md
@@ -28,12 +28,6 @@ To install the chart with release name `devlake`:
 ```shell
 helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
 helm repo update
-helm install devlake devlake/devlake
-```
-
-You can also install the specific version of chart, for example, we want to 
install v0.15.0-rc4:
-
-```shell
 helm install devlake devlake/devlake --version=v0.15.0-rc4
 ```
 
@@ -54,7 +48,7 @@ Then you can visit:
 
 ```shell
 helm repo update
-helm upgrade --install devlake devlake/devlake
+helm upgrade --install devlake devlake/devlake --version=v0.15.0-rc4
 ```
 
 ## Uninstall

Reply via email to