You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by zh...@apache.org on 2023/03/23 08:08:03 UTC

[incubator-devlake-website] branch main updated: feat: update helm setup version to v0.16.0-beta10 (#473)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ef04ebd38b feat: update helm setup version to v0.16.0-beta10 (#473)
ef04ebd38b is described below

commit ef04ebd38bd3e01cdf5f08ea22bbed337d95d189
Author: abeizn <zi...@merico.dev>
AuthorDate: Thu Mar 23 16:07:58 2023 +0800

    feat: update helm setup version to v0.16.0-beta10 (#473)
---
 docs/GettingStarted/HelmSetup.md                         | 2 +-
 versioned_docs/version-v0.16/GettingStarted/HelmSetup.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/GettingStarted/HelmSetup.md b/docs/GettingStarted/HelmSetup.md
index ba3de37972..311216e325 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=0.15.1-beta5
+helm install devlake devlake/devlake --version=0.16.0-beta10
 ```
 
 And visit your devlake from the node port (32001 by default).
diff --git a/versioned_docs/version-v0.16/GettingStarted/HelmSetup.md b/versioned_docs/version-v0.16/GettingStarted/HelmSetup.md
index 07c61fa2b3..d1bcb90ceb 100644
--- a/versioned_docs/version-v0.16/GettingStarted/HelmSetup.md
+++ b/versioned_docs/version-v0.16/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=0.15.1-beta5
+helm install devlake devlake/devlake --version=0.16.0-beta10
 ```
 
 And visit your devlake from the node port (32001 by default).