Skip to content

Commit 3cb3fca

Browse files
committed
fix mysql version to 11.6, which fixes auth issue
auth issue related to change of support for mysql_native_password
1 parent 23e0979 commit 3cb3fca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8s/base/mysql/mysql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: mysql
18-
image: mariadb:latest
18+
image: mariadb:11.6
1919
env:
2020
- name: MYSQL_DATABASE
2121
value: location

0 commit comments

Comments
 (0)