chore: update MySQL to 8.4 and remove deprecated auth plugin config

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Sagar Patil 2026-04-07 18:52:22 +05:30
parent fc0153efee
commit a4f4e59187

View File

@ -190,7 +190,7 @@ affinity: {}
mysql:
enabled: true
image: "mysql"
imageTag: "8.0.33"
imageTag: "8.4"
imagePullPolicy: IfNotPresent
mysqlRootPassword: "changeme"
mysqlUser: "propertysettings"
@ -207,7 +207,6 @@ mysql:
configurationFiles:
mysql.cnf: |-
[mysqld]
default_authentication_plugin=mysql_native_password
character-set-server=utf8
collation-server=utf8_general_ci
sql_mode=NO_ENGINE_SUBSTITUTION