diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8e7c49e..6c0df1d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + - release-v* paths: - charts/** - "!**.md" diff --git a/README.md b/README.md index 1f784de..32453aa 100644 --- a/README.md +++ b/README.md @@ -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