Skip to content

Commit c55920a

Browse files
authored
Merge pull request #267 from signadot/fix-mysql-version
fix mysql version to 11.6, which fixes auth issue
2 parents 23e0979 + 3cb3fca commit c55920a

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)