Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into remove_hostpath
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhangNing10 committed Jul 14, 2023
2 parents 5aa2565 + ceebfcf commit 1eade9b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release-v*
paths:
- charts/**
- "!**.md"
Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@ Thanks to @matrixji who initiated all content in `apache/incubator-devlake`, thi

## Install

To install the chart with release name `devlake`:
1. Install the latest stable version 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
```

2. Install the latest development version with release name `devlake`:

```shell
helm repo add devlake https://apache.github.io/incubator-devlake-helm-chart
Expand Down

0 comments on commit 1eade9b

Please sign in to comment.