fix(admin): quote image tag to prevent Helm format string parsing
This commit is contained in:
parent
3995579e56
commit
58bba357b0
@ -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 = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user