Skip to content

Commit

Permalink
feat: set default filemgr version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OhYee committed Oct 28, 2023
1 parent ec1f7da commit e33e212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ vars:
filemgrToken: "{{ filemgrToken || '' }}"
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}}"
enableCollect: "{{ enableCollect || '' }}"
filemgrFilename: "filemgr-1.2.0"
filemgrFilename: "filemgr-1.2.1"
service:
name: ${vars.serviceName}
description: 'stable-diffusion 部署到函数计算'
Expand Down

0 comments on commit e33e212

Please sign in to comment.