You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ji...@apache.org on 2023/02/13 11:35:14 UTC

[incubator-devlake-helm-chart] branch main updated: doc-how-to-upgrade-chart (#72)

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

jibin 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 82c874e  doc-how-to-upgrade-chart (#72)
82c874e is described below

commit 82c874eb2b03e80d3b0ba4822fb5ef9551f87216
Author: Warren Chen <yi...@merico.dev>
AuthorDate: Mon Feb 13 19:35:09 2023 +0800

    doc-how-to-upgrade-chart (#72)
---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index e727896..6e83628 100644
--- a/README.md
+++ b/README.md
@@ -61,3 +61,13 @@ 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