You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2023/01/19 04:39:32 UTC

[incubator-devlake-helm-chart] branch update-version created (now 9966f36)

This is an automated email from the ASF dual-hosted git repository.

warren pushed a change to branch update-version
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git


      at 9966f36  update v0.15.0-rc4

This branch includes the following new commits:

     new 9966f36  update v0.15.0-rc4

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-devlake-helm-chart] 01/01: update v0.15.0-rc4

Posted by wa...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

warren pushed a commit to branch update-version
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git

commit 9966f36f02382c58feede3d9b86ec16e566ff4dc
Author: Yingchu Chen <yi...@merico.dev>
AuthorDate: Thu Jan 19 12:39:22 2023 +0800

    update v0.15.0-rc4
---
 README.md                 | 6 ++++++
 charts/devlake/Chart.yaml | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

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 665ecf6..8db5e8c 100644
--- a/charts/devlake/Chart.yaml
+++ b/charts/devlake/Chart.yaml
@@ -29,7 +29,7 @@ type: application
 
 
 # Chart version
-version: v0.15.0
+version: v0.15.0-rc4
 
 # devlake version
 appVersion: "v0.15.0-rc4"