From 58bba357b0e6028632a23cf7c4feb6c5d19e736a Mon Sep 17 00:00:00 2001 From: ZhenYi <434836402@qq.com> Date: Mon, 20 Apr 2026 01:33:34 +0800 Subject: [PATCH] fix(admin): quote image tag to prevent Helm format string parsing --- admin/scripts/deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/scripts/deploy.js b/admin/scripts/deploy.js index 9fc380a..b174149 100644 --- a/admin/scripts/deploy.js +++ b/admin/scripts/deploy.js @@ -57,7 +57,7 @@ const userValuesFile = path.join(CHART_PATH, 'values.user.yaml'); const setValues = [ `image.registry=${REGISTRY}`, - `admin.image.tag=${TAG}`, + `admin.image.tag='${TAG}'`, ]; const helmArgs = [