This is an automated email from the ASF dual-hosted git repository.
warren pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
The following commit(s) were added to refs/heads/main by this push:
new ccaddd0 update v0.15.0-rc4 (#66)
ccaddd0 is described below
commit ccaddd096c338edde4040502857f869280115107
Author: Warren Chen <[email protected]>
AuthorDate: Thu Jan 19 12:40:52 2023 +0800
update v0.15.0-rc4 (#66)
---
README.md | 6 ++++++
charts/devlake/Chart.yaml | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 6c71fb8..4d563c8 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,12 @@ helm repo update
helm install devlake devlake/devlake
```
+You can also install the specific version of chart, for example, we want to
install v0.15.0-rc4:
+
+```shell
+helm install devlake devlake/devlake --version=v0.15.0-rc4
+```
+
If you are using minikube inside your mac, please use the following command to
forward the port:
```shell
kubectl port-forward service/devlake-ui 30090:4000
diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml
index 7bcb21e..8db5e8c 100644
--- a/charts/devlake/Chart.yaml
+++ b/charts/devlake/Chart.yaml
@@ -29,7 +29,7 @@ type: application
# Chart version
-version: v0.14.10
+version: v0.15.0-rc4
# devlake version
-appVersion: "v0.14.7"
+appVersion: "v0.15.0-rc4"