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

zhangliang2022 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 a593c01  feat: upgrade helm chart doc for v0.16.0-beta13 (#109)
a593c01 is described below

commit a593c01b98840399ffac51b463cfe604059ddb61
Author: abeizn <[email protected]>
AuthorDate: Thu Apr 13 15:37:49 2023 +0800

    feat: upgrade helm chart doc for v0.16.0-beta13 (#109)
---
 README.md                  | 4 ++--
 charts/devlake/Chart.yaml  | 4 ++--
 charts/devlake/values.yaml | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index d263cbe..a5eb24c 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.16.0-beta11
+helm install devlake devlake/devlake --version=0.16.0-beta13
 ```
 
 If you are using minikube inside your mac, please use the following command to 
forward the port:
@@ -48,7 +48,7 @@ Then you can visit:
 
 ```shell
 helm repo update
-helm upgrade --install devlake devlake/devlake --version=0.16.0-beta11
+helm upgrade --install devlake devlake/devlake --version=0.16.0-beta13
 ```
 
 ## Uninstall
diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml
index edd937a..adb2b50 100644
--- a/charts/devlake/Chart.yaml
+++ b/charts/devlake/Chart.yaml
@@ -29,7 +29,7 @@ type: application
 
 
 # Chart version
-version: 0.16.0-beta11
+version: 0.16.0-beta13
 
 # devlake version
-appVersion: v0.16.0-beta11
+appVersion: v0.16.0-beta13
diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index a669646..585d63f 100644
--- a/charts/devlake/values.yaml
+++ b/charts/devlake/values.yaml
@@ -17,7 +17,7 @@
 
 # replica count for dev
 replicaCount: 1
-imageTag: v0.16.0-beta11
+imageTag: v0.16.0-beta13
 
 mysql:
   # if use external mysql server, please set true

Reply via email to