From 036dc9d41e2244a7710ff70f7fddae572104ef5c Mon Sep 17 00:00:00 2001 From: abeizn Date: Mon, 15 May 2023 17:17:10 +0800 Subject: [PATCH] feat: upgrade helm chart to v0.17.0-beta5 (#129) --- HelmSetup.md | 4 ++-- README.md | 6 +++--- charts/devlake/Chart.yaml | 4 ++-- charts/devlake/values.yaml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/HelmSetup.md b/HelmSetup.md index b225932..6cc45ef 100644 --- a/HelmSetup.md +++ b/HelmSetup.md @@ -21,7 +21,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 --version=0.17.0-beta4 +helm install devlake devlake/devlake --version=0.17.0-beta5 ``` And visit your devlake from the node port (32001 by default). @@ -50,7 +50,7 @@ grafana by url `http://YOUR-NODE-IP:30091` ```shell helm repo update -helm upgrade --install devlake devlake/devlake --version=0.17.0-beta4 +helm upgrade --install devlake devlake/devlake --version=0.17.0-beta5 ``` ### Uninstall diff --git a/README.md b/README.md index 7a93bba..d610675 100644 --- a/README.md +++ b/README.md @@ -28,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 --version=0.17.0-beta4 +helm install devlake devlake/devlake --version=0.17.0-beta5 ``` If you are using minikube inside your mac, please use the following command to forward the port: @@ -51,7 +51,7 @@ grafana by url `http://YOUR-NODE-IP:30091` ```shell helm repo update -helm upgrade --install devlake devlake/devlake --version=0.17.0-beta4 +helm upgrade --install devlake devlake/devlake --version=0.17.0-beta5 ``` ## Uninstall @@ -71,7 +71,7 @@ https://github.com/apache/incubator-devlake/pulls?q=is%3Apr+helm+is%3Aclosed 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-beta4, 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 + - For example, right now both versions are 0.16.1-beta1, if we make change on chart, we should set chart-version to 0.16.1-beta1, also, we need to crate new images for devlake with tag 0.16.1-beta1 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 diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml index 9fa336e..434bf69 100644 --- a/charts/devlake/Chart.yaml +++ b/charts/devlake/Chart.yaml @@ -28,7 +28,7 @@ keywords: type: application # Chart version -version: 0.17.0-beta4 +version: 0.17.0-beta5 # devlake version -appVersion: v0.17.0-beta4 +appVersion: v0.17.0-beta5 diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml index 8c3774c..b3d097f 100644 --- a/charts/devlake/values.yaml +++ b/charts/devlake/values.yaml @@ -17,7 +17,7 @@ # replica count for dev replicaCount: 1 -imageTag: v0.17.0-beta4 +imageTag: v0.17.0-beta5 mysql: # if use external mysql server, please set true