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

SbloodyS pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 9cea76be29 [Improvement-17563][Helm] Update mysql helm chart version 
(#18336)
9cea76be29 is described below

commit 9cea76be29f059752013432f33d8e5c6ae9286a7
Author: Yanjun Qiu <[email protected]>
AuthorDate: Fri Jun 12 17:08:43 2026 +0800

    [Improvement-17563][Helm] Update mysql helm chart version (#18336)
---
 deploy/kubernetes/dolphinscheduler/Chart.yaml  | 2 +-
 deploy/kubernetes/dolphinscheduler/README.md   | 2 +-
 deploy/kubernetes/dolphinscheduler/values.yaml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/deploy/kubernetes/dolphinscheduler/Chart.yaml 
b/deploy/kubernetes/dolphinscheduler/Chart.yaml
index ee7efbfd57..96ce76b4e1 100644
--- a/deploy/kubernetes/dolphinscheduler/Chart.yaml
+++ b/deploy/kubernetes/dolphinscheduler/Chart.yaml
@@ -51,7 +51,7 @@ dependencies:
   repository: https://charts.bitnami.com/bitnami
   condition: zookeeper.enabled
 - name: mysql
-  version: 9.4.1
+  version: 9.10.6
   repository: 
https://raw.githubusercontent.com/bitnami/charts/archive-full-index/bitnami
   condition: mysql.enabled
 - name: minio
diff --git a/deploy/kubernetes/dolphinscheduler/README.md 
b/deploy/kubernetes/dolphinscheduler/README.md
index 4dc3279110..9fd753ae92 100644
--- a/deploy/kubernetes/dolphinscheduler/README.md
+++ b/deploy/kubernetes/dolphinscheduler/README.md
@@ -270,7 +270,7 @@ Please refer to the [Quick Start in 
Kubernetes](../../../docs/docs/en/guide/inst
 | mysql.enabled | bool | `false` | If not exists external MySQL, by default, 
the DolphinScheduler will use a internal MySQL |
 | mysql.image.registry | string | `"docker.io"` |  |
 | mysql.image.repository | string | `"bitnamilegacy/mysql"` |  |
-| mysql.image.tag | string | `"8.0.31-debian-11-r0"` |  |
+| mysql.image.tag | string | `"8.0.33-debian-11-r30"` |  |
 | mysql.primary.persistence.enabled | bool | `false` | Set 
mysql.primary.persistence.enabled to true to mount a new volume for internal 
MySQL |
 | mysql.primary.persistence.size | string | `"20Gi"` | `PersistentVolumeClaim` 
size |
 | mysql.primary.persistence.storageClass | string | `"-"` | MySQL data 
persistent volume storage class. If set to "-", storageClassName: "", which 
disables dynamic provisioning |
diff --git a/deploy/kubernetes/dolphinscheduler/values.yaml 
b/deploy/kubernetes/dolphinscheduler/values.yaml
index a9b3699e3b..456f09b32a 100644
--- a/deploy/kubernetes/dolphinscheduler/values.yaml
+++ b/deploy/kubernetes/dolphinscheduler/values.yaml
@@ -111,7 +111,7 @@ mysql:
   image:
     registry: docker.io
     repository: bitnamilegacy/mysql
-    tag: 8.0.31-debian-11-r0
+    tag: 8.0.33-debian-11-r30
 
 minio:
   # -- Deploy minio and configure it as the default storage for 
DolphinScheduler, note this is for demo only, not for production.

Reply via email to