Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions addons/mysql/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion addons/mysql/templates/paramsdef-80.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down