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:42 UTC

[incubator-devlake-website] branch update-helm-version created (now 7a2b8e59db)

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

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


      at 7a2b8e59db Update HelmSetup.md

This branch includes the following new commits:

     new 7a2b8e59db Update HelmSetup.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by wa...@apache.org.
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