Skip to content

Commit b59f3c1

Browse files
committed
set default filemgr to 1.2.2
1 parent 81db660 commit b59f3c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vars:
99
filemgrToken: "{{ filemgrToken || '' }}"
1010
extraArgs: "{{ extraArgs || '' }}{{ if webuiEnabled === false }} --nowebui{{/if}}{{ if webuiAuth !== '' && webuiAuth !== undefined }} --gradio-auth {{webuiAuth}}{{/if}}{{ if apiEnabled }} --api{{/if}}{{ if apiAuth !== '' && apiAuth !== undefined }} --api-auth {{apiAuth}}{{/if}}"
1111
enableCollect: "{{ enableCollect || '' }}"
12-
filemgrFilename: "filemgr-1.2.1"
12+
filemgrFilename: "filemgr-1.2.2"
1313
service:
1414
name: ${vars.serviceName}
1515
description: 'stable-diffusion 部署到函数计算'

0 commit comments

Comments
 (0)