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:
parent
fc0153efee
commit
a4f4e59187
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user