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

abeizn 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 fc10520dab feat: update to v0.17.0-beta13 (#573)
fc10520dab is described below

commit fc10520dab327fc5b81a752ee81b24849f3a50ac
Author: ZhangNing10 <[email protected]>
AuthorDate: Wed Jul 5 19:58:47 2023 +0800

    feat: update to v0.17.0-beta13 (#573)
---
 docs/GettingStarted/DockerComposeSetup.md                         | 2 +-
 versioned_docs/version-v0.17/GettingStarted/DockerComposeSetup.md | 2 +-
 versioned_docs/version-v0.17/GettingStarted/HelmSetup.md          | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/GettingStarted/DockerComposeSetup.md 
b/docs/GettingStarted/DockerComposeSetup.md
index b9fb702b31..f60bb20918 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.17.0-beta11)
 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-beta13)
 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. Generate a secure encryption key using a method such as OpenSSL. For 
example, run the following command to generate a 128-character string 
consisting of uppercase letters:
 
diff --git a/versioned_docs/version-v0.17/GettingStarted/DockerComposeSetup.md 
b/versioned_docs/version-v0.17/GettingStarted/DockerComposeSetup.md
index 9260f89bb4..1078b8c6b9 100644
--- a/versioned_docs/version-v0.17/GettingStarted/DockerComposeSetup.md
+++ b/versioned_docs/version-v0.17/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.17.0-beta12)
 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-beta13)
 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/versioned_docs/version-v0.17/GettingStarted/HelmSetup.md 
b/versioned_docs/version-v0.17/GettingStarted/HelmSetup.md
index e67cd77720..559ba97012 100644
--- a/versioned_docs/version-v0.17/GettingStarted/HelmSetup.md
+++ b/versioned_docs/version-v0.17/GettingStarted/HelmSetup.md
@@ -21,7 +21,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.17.0-beta12
+helm install devlake devlake/devlake --version=0.17.0-beta13
 ```
 
 And visit your devlake from the node port (32001 by default).
@@ -50,7 +50,7 @@ grafana by url `http://YOUR-NODE-IP:30091`
 
 ```shell
 helm repo update
-helm upgrade --install devlake devlake/devlake --version=0.17.0-beta12
+helm upgrade --install devlake devlake/devlake --version=0.17.0-beta13
 ```
 
 ### Uninstall

Reply via email to