Skip to content

Commit 4b1f630

Browse files
committed
Update mariadb to 10.3.22 for SQL error fix
Signed-off-by: Tyler Camp <tylerc@avi.com>
1 parent 633890a commit 4b1f630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

codedx/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This chart will:
5555

5656
Using this chart requires [Helm v3](https://docs.helm.sh/), a Kubernetes package manager. You can find instructions for installing Helm [here](https://helm.sh/docs/intro/install/).
5757

58-
This chart contains a reference to stable/mariadb chart version 5.5.0, and deploys MariaDB 10.2.22. (Note that "chart version" does not correspond to "app version".)
58+
This chart contains a reference to stable/mariadb chart version 5.5.0, and deploys MariaDB 10.3.22. (Note that "chart version" does not correspond to "app version".)
5959

6060
You can use this chart by either registering the Code Dx Helm Repository with `helm repo add` (described above) or by cloning the repository locally.
6161

codedx/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ mariadb:
500500
# with an external MariaDB instance whose connection details can be found in codedxProps.dbconnection.
501501
enabled: true
502502
image:
503-
tag: 10.2.22
503+
tag: 10.3.22
504504
db:
505505
# Name of the database for MariaDB to create automatically
506506
name: codedx

0 commit comments

Comments
 (0)