diff --git a/test-framework/helm/property-settings-svc-v2/values.yaml b/test-framework/helm/property-settings-svc-v2/values.yaml index 705fa14..880266a 100644 --- a/test-framework/helm/property-settings-svc-v2/values.yaml +++ b/test-framework/helm/property-settings-svc-v2/values.yaml @@ -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