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

klesh pushed a commit to branch release-v0.17
in repository 
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


The following commit(s) were added to refs/heads/release-v0.17 by this push:
     new e77114e  update readne for installing stable version (#155) (#156)
e77114e is described below

commit e77114e24f150b86c33a82cbcdc435dbc5af3d29
Author: ZhangNing10 <[email protected]>
AuthorDate: Thu Jul 13 14:57:46 2023 +0800

    update readne for installing stable version (#155) (#156)
---
 README.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3c548eb..0b8c0a2 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,15 @@ Thanks to @matrixji who initiated all content in 
`apache/incubator-devlake`, thi
 
 ## Install
 
-To install the chart with release name `devlake`:
+1. Install the latest stable version 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
+```
+
+2. Install the latest development version with release name `devlake`:
 
 ```shell
 helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart

Reply via email to