This is an automated email from the ASF dual-hosted git repository. warren pushed a commit to branch doc-how-to-upgrade-chart in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git
commit 908d0b9298658fd7af45aa51625434e91f9bc4db Author: Yingchu Chen <[email protected]> AuthorDate: Wed Feb 8 11:17:30 2023 +0800 doc-how-to-upgrade-chart --- 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
