Skip to content

Commit

Permalink
Merge branch 'main' into update-to-v0.20.0-beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
d4x1 authored Dec 8, 2023
2 parents 987550e + ee64d78 commit 9cda1c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions HelmSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
helm repo update
ENCRYPTION_SECRET=$(openssl rand -base64 2000 | tr -dc 'A-Z' | fold -w 128 | head -n 1)
helm install devlake devlake/devlake --version=0.20.0-beta4 --set lake.encryptionSecret.secret=$ENCRYPTION_SECRET

```

Visit your devlake from the node port (32001 by default): http://YOUR-NODE-IP:32001.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ grafana by url `http://YOUR-NODE-IP:30091`
```shell
helm repo update
helm upgrade devlake devlake/devlake --version=0.20.0-beta4 --set lake.encryptionSecret.secret=<ENCRYPTION_SECRET>
helm upgrade devlake devlake/devlake --version=0.20.0-beta3 --set lake.encryptionSecret.secret=<ENCRYPTION_SECRET>
```

**If you're upgrading from DevLake v0.18.x or later versions:**
Expand Down
1 change: 1 addition & 0 deletions charts/devlake/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ version: 0.20.0-beta4
# devlake version
appVersion: v0.20.0-beta4


dependencies:
- condition: grafana.enabled
name: grafana
Expand Down

0 comments on commit 9cda1c8

Please sign in to comment.