From a4f4e59187c80fc1dd28c7087cb9e77c1a795b06 Mon Sep 17 00:00:00 2001 From: Sagar Patil Date: Tue, 7 Apr 2026 18:52:22 +0530 Subject: [PATCH] chore: update MySQL to 8.4 and remove deprecated auth plugin config Co-Authored-By: Claude Sonnet 4.6 --- test-framework/helm/property-settings-svc-v2/values.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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