From c1d422c9cf3c433a996c279df6105055c58414db Mon Sep 17 00:00:00 2001 From: "chaplain-grimaldus[bot]" <167642948+chaplain-grimaldus[bot]@users.noreply.github.com> Date: Sun, 17 May 2026 22:16:05 +0000 Subject: [PATCH] =?UTF-8?q?feat(container):=20update=20image=20mysql=20(?= =?UTF-8?q?=209.6=20=E2=86=92=209.7=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/env/production/games/acore/emberstone/app/hr.yaml | 4 ++-- clusters/apps/env/production/games/acore/rg/app/hr.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/clusters/apps/env/production/games/acore/emberstone/app/hr.yaml b/clusters/apps/env/production/games/acore/emberstone/app/hr.yaml index 932a6a7d4..12cfef53c 100644 --- a/clusters/apps/env/production/games/acore/emberstone/app/hr.yaml +++ b/clusters/apps/env/production/games/acore/emberstone/app/hr.yaml @@ -32,7 +32,7 @@ spec: ${APP}-database: image: repository: mysql - tag: "9.6" + tag: "9.7" args: - --skip-log-bin env: @@ -89,7 +89,7 @@ spec: 01-wait-db: image: repository: mysql - tag: "9.6" + tag: "9.7" command: - sh - -c diff --git a/clusters/apps/env/production/games/acore/rg/app/hr.yaml b/clusters/apps/env/production/games/acore/rg/app/hr.yaml index a6969726a..ed0824da2 100644 --- a/clusters/apps/env/production/games/acore/rg/app/hr.yaml +++ b/clusters/apps/env/production/games/acore/rg/app/hr.yaml @@ -32,7 +32,7 @@ spec: ${APP}-database: image: repository: mysql - tag: "9.6" + tag: "9.7" args: - --skip-log-bin env: @@ -78,7 +78,7 @@ spec: wait-db-ready: image: repository: mysql - tag: "9.6" + tag: "9.7" command: [ "sh", @@ -142,7 +142,7 @@ spec: 01-wait-db: image: repository: mysql - tag: "9.6" + tag: "9.7" command: - sh - -c