diff --git a/addons/mysql/README.md b/addons/mysql/README.md index 289920ca4..338454711 100644 --- a/addons/mysql/README.md +++ b/addons/mysql/README.md @@ -21,7 +21,7 @@ MySQL is a widely used, open-source relational database management system (RDBMS | Major Versions | Description | |---------------|--------------| | 5.7 | 5.7.44 | -| 8.0 | \[8.0.30 ~ 8.0.39\] | +| 8.0 | \[8.0.33 ~ 8.0.44\] | | 8.4 | 8.4.0 ~ 8.4.2| ## Prerequisites @@ -74,7 +74,7 @@ spec: # ServiceVersion specifies the version of the Service expected to be # provisioned by this Component. # When componentDef is "mysql-8.0", - # Valid options are: [8.0.30~8.0.39] + # Valid options are: [8.0.33~8.0.44] serviceVersion: 8.0.35 # Determines whether metrics exporter information is annotated on the # Component's headless Service. @@ -126,7 +126,7 @@ spec: # ServiceVersion specifies the version of the Service expected to be # provisioned by this Component. # When componentDef is "mysql-8.0", - # Valid options are: [8.0.30 to 8.0.39] + # Valid options are: [8.0.33 to 8.0.44] serviceVersion: 8.0.35 ``` diff --git a/addons/mysql/templates/paramsdef-80.yaml b/addons/mysql/templates/paramsdef-80.yaml index a7aebe294..1b591c823 100644 --- a/addons/mysql/templates/paramsdef-80.yaml +++ b/addons/mysql/templates/paramsdef-80.yaml @@ -20,7 +20,7 @@ spec: mountPoint: /kb_tools toolConfigs: - name: kb-tools - image: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.30 + image: {{ .Values.image.registry | default "docker.io" }}/{{ .Values.image.repository }}:8.0.44 asContainerImage: true