feat: 为helm chart编写脚本,用于默认插件更新后或麦麦首次启动时为用户自动安装默认插件到存储卷中

This commit is contained in:
zhangxinhui02
2025-11-01 00:54:59 +08:00
parent ecbf06b8a6
commit 60df8e9a3f
3 changed files with 117 additions and 0 deletions

View File

@@ -7,3 +7,6 @@ data:
# core
volume-linker.sh: |
{{ .Files.Get "files/volume-linker.sh" | nindent 4 }}
# core的初始化容器
setup-plugins.py: |
{{ .Files.Get "files/setup-plugins.py" | nindent 4 }}