You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2022/11/01 03:39:11 UTC

[incubator-devlake-helm-chart] 01/01: update mysql version

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

warren pushed a commit to branch update-mysql-version
in repository https://gitbox.apache.org/repos/asf/incubator-devlake-helm-chart.git

commit 98d79c70d203f28760669ede1ef0b45fafcfeee5
Author: Yingchu Chen <yi...@merico.dev>
AuthorDate: Tue Nov 1 11:38:54 2022 +0800

    update mysql version
---
 charts/devlake/Chart.yaml  | 2 +-
 charts/devlake/values.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/devlake/Chart.yaml b/charts/devlake/Chart.yaml
index 2bb7f40..156a852 100644
--- a/charts/devlake/Chart.yaml
+++ b/charts/devlake/Chart.yaml
@@ -29,7 +29,7 @@ type: application
 
 
 # Chart version
-version: v0.14.4
+version: v0.14.5
 
 # devlake version
 appVersion: "v0.14.2"
diff --git a/charts/devlake/values.yaml b/charts/devlake/values.yaml
index 50e2cb7..dc69c7e 100644
--- a/charts/devlake/values.yaml
+++ b/charts/devlake/values.yaml
@@ -50,7 +50,7 @@ mysql:
   # image for mysql
   image:
     repository: mysql
-    tag: 8.0.30
+    tag: 8
     pullPolicy: IfNotPresent
 
   # resources config for mysql if have