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

abeizn 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 e846d29  feat: upgrade helm chart for v0.16.0-beta10 (#100)
e846d29 is described below

commit e846d295534b539cf0fd3cddebf56db32d5fe578
Author: abeizn <[email protected]>
AuthorDate: Thu Mar 23 16:12:16 2023 +0800

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

diff --git a/README.md b/README.md
index 59f4b0c..1c61d82 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.15.1-beta5
+helm install devlake devlake/devlake --version=0.16.0-beta10
 ```
 
 If you are using minikube inside your mac, please use the following command to 
forward the port:
diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml
index 59aa0cd..462e474 100644
--- a/charts/devlake/Chart.yaml
+++ b/charts/devlake/Chart.yaml
@@ -29,7 +29,7 @@ type: application
 
 
 # Chart version
-version: 0.16.0-beta9
+version: 0.16.0-beta10
 
 # devlake version
-appVersion: v0.16.0-beta9
+appVersion: v0.16.0-beta10
diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index e9f47a7..4d72e06 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-beta9
+imageTag: v0.16.0-beta10
 
 mysql:
   # if use external mysql server, please set true

Reply via email to