You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by kl...@apache.org on 2023/05/05 11:30:49 UTC

[incubator-devlake-website] branch update-v0.17.0-beta3 created (now 45999868e2)

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

klesh pushed a change to branch update-v0.17.0-beta3
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git


      at 45999868e2 feat: update to v0.17.0-beta

This branch includes the following new commits:

     new 45999868e2 feat: update to v0.17.0-beta

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: feat: update to v0.17.0-beta

Posted by kl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

klesh pushed a commit to branch update-v0.17.0-beta3
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git

commit 45999868e26122e01d1a8d2c06da823148dd0e4c
Author: Klesh Wong <zh...@merico.dev>
AuthorDate: Fri May 5 18:40:38 2023 +0800

    feat: update to v0.17.0-beta
---
 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 b9ca58f5d1..8e413fbb2e 100644
--- a/docs/GettingStarted/DockerComposeSetup.md
+++ b/docs/GettingStarted/DockerComposeSetup.md
@@ -14,7 +14,7 @@ sidebar_position: 1
 
 Commands written `like this` are to be run in your terminal.
 
-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 eb67285447..7d04c128f1 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
 ```
 
 ### Uninstall
@@ -76,7 +76,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
 
 ```