You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2023/02/01 04:13:43 UTC

[incubator-devlake-website] 01/01: Update HelmSetup.md

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

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

commit 7a2b8e59db7d4f4b37615c0246b015c5d9511c68
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Wed Feb 1 12:13:39 2023 +0800

    Update HelmSetup.md
---
 docs/GettingStarted/HelmSetup.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/GettingStarted/HelmSetup.md b/docs/GettingStarted/HelmSetup.md
index f34a8cec0a..15d185244a 100644
--- a/docs/GettingStarted/HelmSetup.md
+++ b/docs/GettingStarted/HelmSetup.md
@@ -22,7 +22,7 @@ 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 --version=v0.15.0-rc4
+helm install devlake devlake/devlake --version=0.15.0-rc5
 ```
 
 And visit your devlake from the node port (32001 by default).
@@ -47,7 +47,7 @@ grafana by url `http://YOUR-NODE-IP:30091`
 
 ```shell
 helm repo update
-helm upgrade --install devlake devlake/devlake --version=v0.15.0-rc4
+helm upgrade --install devlake devlake/devlake --version=0.15.0-rc5
 ```
 
 ### Uninstall