This is an automated email from the ASF dual-hosted git repository. mintsweet pushed a commit to branch upgrade-to-v0.18.0 in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 7cb0107f171dde1809f37c42f98e3aef2e3f1bf0 Author: mintsweet <[email protected]> AuthorDate: Fri Sep 15 19:22:05 2023 +1200 chore: upgrade to v0.18.0 --- versioned_docs/version-v0.18/GettingStarted/DockerComposeSetup.md | 2 +- versioned_docs/version-v0.18/GettingStarted/HelmSetup.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-v0.18/GettingStarted/DockerComposeSetup.md b/versioned_docs/version-v0.18/GettingStarted/DockerComposeSetup.md index f2a8bb5582..f799a876bd 100644 --- a/versioned_docs/version-v0.18/GettingStarted/DockerComposeSetup.md +++ b/versioned_docs/version-v0.18/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.18.0-beta9) into a folder. +1. Download `docker-compose.yml` and `env.example` from the [latest release](https://github.com/apache/incubator-devlake/releases/tag/v0.18.0) 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.18/GettingStarted/HelmSetup.md b/versioned_docs/version-v0.18/GettingStarted/HelmSetup.md index afc4e587ec..15a86e8da3 100644 --- a/versioned_docs/version-v0.18/GettingStarted/HelmSetup.md +++ b/versioned_docs/version-v0.18/GettingStarted/HelmSetup.md @@ -41,7 +41,7 @@ To install the chart with release name `devlake`,follow these steps: ```shell helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart helm repo update - helm install devlake devlake/devlake --version=0.18.0-beta9 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET + helm install devlake devlake/devlake --version=0.18.0 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET ``` And visit your devlake from the node port (32001 by default). @@ -80,14 +80,14 @@ grafana by url `http://YOUR-NODE-IP:30091` ```shell helm repo update -helm upgrade devlake devlake/devlake --version=0.18.0-beta9 --set lake.encryptionSecret.secret=<ENCRYPTION_SECRET> +helm upgrade devlake devlake/devlake --version=0.18.0 --set lake.encryptionSecret.secret=<ENCRYPTION_SECRET> ``` **If you're upgrading from DevLake v0.18.x or later versions:** ```shell helm repo update -helm upgrade devlake devlake/devlake --version=0.18.0-beta9 +helm upgrade devlake devlake/devlake --version=0.18.0 ``` ### Uninstall
