diff --git a/README.md b/README.md
index 13bde5572..3bae65739 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ KubeBlocks add-ons.
| minio | minio-2024.6.29
minio-2025.10.15 | High Performance, Kubernetes Native Object Storage | ldming |
| mogdb | mogdb-5.0.5 | A Helm chart for Kubernetes | yabinji shanshanying |
| mongodb | mongodb-4.4.29
mongodb-5.0.29
mongodb-6.0.21
mongodb-7.0.18
mongodb-8.0.8
mongodb-shard-4.4.29
mongodb-shard-5.0.29
mongodb-shard-6.0.21
mongodb-shard-7.0.18
mongodb-shard-8.0.8
mongos-4.4.29
mongos-5.0.29
mongos-6.0.21
mongos-7.0.18
mongos-8.0.8 | MongoDB is a document database designed for ease of application development and scaling. | xuriwuyun |
-| mysql | mysql-5.7.44
mysql-8.0.30
mysql-8.0.31
mysql-8.0.32
mysql-8.0.33
mysql-8.0.34
mysql-8.0.35
mysql-8.0.36
mysql-8.0.37
mysql-8.0.38
mysql-8.0.39
mysql-8.4.0
mysql-8.4.1
mysql-8.4.2
mysql-8.4.3
mysql-8.4.7
mysql-mgr-8.0.30
mysql-mgr-8.0.31
mysql-mgr-8.0.32
mysql-mgr-8.0.33
mysql-mgr-8.0.34
mysql-mgr-8.0.35
mysql-mgr-8.0.36
mysql-mgr-8.0.37
mysql-mgr-8.0.38
mysql-mgr-8.0.39
mysql-mgr-8.4.0
mysql-mgr-8.4.1
mysql-mgr-8.4.2
mysql-orc-5.7.44
mysql-orc-8.0.30
mysql-orc-8.0.31
mysql-orc-8.0.32
mysql-orc-8.0.33
mysql-orc-8.0.34
mysql-orc-8.0.35
mysql-orc-8.0.36
mysql-orc-8.0.37
mysql-orc-8.0.38
mysql-orc-8.0.39
mysql-proxysql-2.4.4 | MySQL is a widely used, open-source relational database management system (RDBMS) | xuriwuyun |
+| mysql | mysql-5.7.44
mysql-8.0.33
mysql-8.0.34
mysql-8.0.35
mysql-8.0.36
mysql-8.0.37
mysql-8.0.38
mysql-8.0.39
mysql-8.0.41
mysql-8.0.44
mysql-8.4.0
mysql-8.4.1
mysql-8.4.2
mysql-8.4.3
mysql-8.4.7
mysql-mgr-8.0.30
mysql-mgr-8.0.31
mysql-mgr-8.0.32
mysql-mgr-8.0.33
mysql-mgr-8.0.34
mysql-mgr-8.0.35
mysql-mgr-8.0.36
mysql-mgr-8.0.37
mysql-mgr-8.0.38
mysql-mgr-8.0.39
mysql-mgr-8.4.0
mysql-mgr-8.4.1
mysql-mgr-8.4.2
mysql-orc-5.7.44
mysql-orc-8.0.30
mysql-orc-8.0.31
mysql-orc-8.0.32
mysql-orc-8.0.33
mysql-orc-8.0.34
mysql-orc-8.0.35
mysql-orc-8.0.36
mysql-orc-8.0.37
mysql-orc-8.0.38
mysql-orc-8.0.39
mysql-proxysql-2.4.4 | MySQL is a widely used, open-source relational database management system (RDBMS) | xuriwuyun |
| nebula | nebula-v3.5.0
nebula-v3.8.0 | NebulaGraph is a popular open-source graph database that can handle large volumes of data with milliseconds of latency, scale up quickly, and have the ability to perform fast graph analytics. | shanshanying Xuntao Cheng |
| neo4j | neo4j-4.4.42
neo4j-5.26.5 | Neo4j is a highly scalable, robust native graph database. | xuriwuyun |
| neon | neon-broker-1.0.0
neon-compute-1.0.0
neon-pageserver-1.0.0
neon-safekeeper-1.0.0 | Neon is a serverless open-source alternative to AWS Aurora Postgres. It separates storage and compute and substitutes the PostgreSQL storage layer by redistributing data across a cluster of nodes. | ApeCloud |
diff --git a/addons-cluster/mysql/values.schema.json b/addons-cluster/mysql/values.schema.json
index 4c2b41e10..c49692983 100644
--- a/addons-cluster/mysql/values.schema.json
+++ b/addons-cluster/mysql/values.schema.json
@@ -8,6 +8,8 @@
"type": "string",
"default": "8.0.39",
"enum": [
+ "8.0.44",
+ "8.0.41",
"8.0.39",
"8.0.38",
"8.0.37",
diff --git a/addons/mysql/templates/cpmv.yaml b/addons/mysql/templates/cpmv.yaml
index efe7db52b..1e61fae52 100644
--- a/addons/mysql/templates/cpmv.yaml
+++ b/addons/mysql/templates/cpmv.yaml
@@ -15,9 +15,6 @@ spec:
- compDefs:
- {{ include "mysql.componentDefName80" . }}
releases:
- - 8.0.30
- - 8.0.31
- - 8.0.32
- 8.0.33
- 8.0.34
- 8.0.35
@@ -25,6 +22,8 @@ spec:
- 8.0.37
- 8.0.38
- 8.0.39
+ - 8.0.41
+ - 8.0.44
- compDefs:
- {{ include "mysql.componentDefName84" . }}
releases:
@@ -42,33 +41,6 @@ spec:
init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:5.7.44
init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:2.4
{{- include "mysql.spec.runtime.images" . | nindent 8 }}
- - name: 8.0.30
- changes:
- serviceVersion: 8.0.30
- images:
- mysql: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.30
- accountProvision: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.30
- init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
- init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
- {{- include "mysql.spec.runtime.images" . | nindent 8 }}
- - name: 8.0.31
- changes:
- serviceVersion: 8.0.31
- images:
- mysql: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.31
- accountProvision: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.31
- init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
- init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
- {{- include "mysql.spec.runtime.images" . | nindent 8 }}
- - name: 8.0.32
- changes:
- serviceVersion: 8.0.32
- images:
- mysql: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.32
- accountProvision: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.32
- init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
- init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
- {{- include "mysql.spec.runtime.images" . | nindent 8 }}
- name: 8.0.33
changes:
serviceVersion: 8.0.33
@@ -132,6 +104,24 @@ spec:
init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
{{- include "mysql.spec.runtime.images" . | nindent 8 }}
+ - name: 8.0.41
+ changes:
+ serviceVersion: 8.0.41
+ images:
+ mysql: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.41
+ accountProvision: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.41
+ init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
+ init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
+ {{- include "mysql.spec.runtime.images" . | nindent 8 }}
+ - name: 8.0.44
+ changes:
+ serviceVersion: 8.0.44
+ images:
+ mysql: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.44
+ accountProvision: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.44
+ init-data: {{ .Values.image.registry | default "docker.io" }}/apecloud/mysql_audit_log:8.0.33
+ init-xtrabackup: {{ .Values.image.registry | default "docker.io" }}/apecloud/xtrabackup:8.0
+ {{- include "mysql.spec.runtime.images" . | nindent 8 }}
- name: 8.4.0
changes:
serviceVersion: 8.4.0