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:
|
mysql:
|
||||||
enabled: true
|
enabled: true
|
||||||
image: "mysql"
|
image: "mysql"
|
||||||
imageTag: "8.0.33"
|
imageTag: "8.4"
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
mysqlRootPassword: "changeme"
|
mysqlRootPassword: "changeme"
|
||||||
mysqlUser: "propertysettings"
|
mysqlUser: "propertysettings"
|
||||||
@ -207,7 +207,6 @@ mysql:
|
|||||||
configurationFiles:
|
configurationFiles:
|
||||||
mysql.cnf: |-
|
mysql.cnf: |-
|
||||||
[mysqld]
|
[mysqld]
|
||||||
default_authentication_plugin=mysql_native_password
|
|
||||||
character-set-server=utf8
|
character-set-server=utf8
|
||||||
collation-server=utf8_general_ci
|
collation-server=utf8_general_ci
|
||||||
sql_mode=NO_ENGINE_SUBSTITUTION
|
sql_mode=NO_ENGINE_SUBSTITUTION
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user