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/02/21 05:00:53 UTC

[incubator-devlake-helm-chart] branch gh-pages updated: Update README.md

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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 9e11d6b  Update README.md
9e11d6b is described below

commit 9e11d6b047c47b20c5388b7190d4310f63c1cb24
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Tue Feb 21 13:00:48 2023 +0800

    Update README.md
---
 README.md | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9af88dc..7c7760e 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@
 #
 -->
 
+Thanks to @matrixji who initiated all content in `apache/incubator-devlake`, this repo is copied from directory deployment/helm in repo `apache/incubator-devlake`! Also thanks to @lshmouse, @shubham-cmyk and @SnowMoon-Dev for the contribution for devlake helm deployment.
+
 ## Install
 
 To install the chart with release name `devlake`:
@@ -26,7 +28,7 @@ To install the chart 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
+helm install devlake devlake/devlake --version=0.15.1-beta5
 ```
 
 If you are using minikube inside your mac, please use the following command to forward the port:
@@ -46,6 +48,7 @@ Then you can visit:
 
 ```shell
 helm repo update
+helm upgrade --install devlake devlake/devlake --version=0.15.1-beta5
 ```
 
 ## Uninstall
@@ -55,3 +58,16 @@ To uninstall/delete the `devlake` release:
 ```shell
 helm uninstall devlake
 ```
+
+## Original pr in apache/incubator-devlake
+https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed
+
+## How to upgrade helm chart after releasing new devlake images
+1. In [values.yaml](https://github.com/apache/incubator-devlake-helm-chart/blob/main/charts/devlake/values.yaml), change {{ imageTag }} to current image tag
+2. In [chart.yaml](https://github.com/apache/incubator-devlake-helm-chart/blob/main/charts/devlake/Chart.yaml), change {{ version }}, {{ appVersion }} to current image tag
+3. If we want to release a new chart without new release of devlake, we should increase both chart version and image tag. 
+   - For example, right now both versions are 0.15.1-beta3, if we make change on chart, we should set chart-version to 0.15.1-beta4, also, we need to crate new images for devlake with tag 0.15.1-beta4
+4. If we release any new image for devlake, we just need to set a new version for chart.
+
+## Original pr in apache/incubator-devlake
+https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed