fix(admin): quote image tag to prevent Helm format string parsing
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions

This commit is contained in:
ZhenYi 2026-04-20 01:33:34 +08:00
parent 3995579e56
commit 58bba357b0

View File

@ -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 = [