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

[incubator-devlake-website] branch main updated: feat: update to v0.17.0-beta (#512)

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

zky 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 281d3762d9 feat: update to v0.17.0-beta (#512)
281d3762d9 is described below

commit 281d3762d9d13cd6a116275afe6359c8be55739a
Author: Klesh Wong <zh...@merico.dev>
AuthorDate: Sat May 6 23:08:18 2023 +0800

    feat: update to v0.17.0-beta (#512)
---
 docs/GettingStarted/DockerComposeSetup.md | 2 +-
 docs/GettingStarted/HelmSetup.md          | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/GettingStarted/DockerComposeSetup.md b/docs/GettingStarted/DockerComposeSetup.md
index cd487b4de6..e8f01b56f1 100644
--- a/docs/GettingStarted/DockerComposeSetup.md
+++ b/docs/GettingStarted/DockerComposeSetup.md
@@ -12,7 +12,7 @@ sidebar_position: 1
 
 ## Launch DevLake
 
-1. Download `docker-compose.yml` and `env.example` from the [latest release](https://github.com/apache/incubator-devlake/releases/tag/v0.16.1-beta1) into a folder.
+1. Download `docker-compose.yml` and `env.example` from the [latest release](https://github.com/apache/incubator-devlake/releases/tag/v0.17.0-beta3) into a folder.
 2. Rename `env.example` to `.env`. For Mac/Linux users, please run `mv env.example .env` in the terminal. This file contains the environment variables that the Devlake server will use. Additional ones can be found in the compose file(s).
 3. Run `docker-compose up -d` if the version of Docker Desktop is too low to use `docker compose up -d`.
 
diff --git a/docs/GettingStarted/HelmSetup.md b/docs/GettingStarted/HelmSetup.md
index 2dbefd4bfd..65be3c8a10 100644
--- a/docs/GettingStarted/HelmSetup.md
+++ b/docs/GettingStarted/HelmSetup.md
@@ -17,7 +17,7 @@ sidebar_position: 2
 
 ### Install
 
-To install the chart with release name `devlake`:
+To install the chart with the release name `devlake``:
 
 ```shell
 helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
@@ -47,7 +47,7 @@ Grafana URL `http://YOUR-NODE-IP:30091`
 
 ```shell
 helm repo update
-helm upgrade --install devlake devlake/devlake --version=0.16.1-beta1
+helm upgrade --install devlake devlake/devlake --version=0.17.0-beta3
 ```
 
 Please check the [upgrade doc](Upgrade.md) for more information.
@@ -78,7 +78,7 @@ After the deployment, visit devlake at: http://192.168.0.6:30000
 ### Deploy with Ingress
 
 Conditions:
- - I have already configured default ingress for the Kubernetes cluster
+ - I have already configured the default ingress for the Kubernetes cluster
  - I want to use http://devlake.example.com for visiting devlake
 
 ```