Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
注意
root
helm repo add dify https://langgenius.github.io/dify-helm
helm repo update helm search repo dify/dify helm upgrade -i dify -f values.yaml dify/dify # 特定のバージョンにアップグレードしたい場合は、次のコマンドを使ってください: # helm upgrade -i dify -f values.yaml dify/dify --version x.x.x
helm uninstall dify
helm show values dify/dify
helm template dify -f values.yaml dify/dify > dify-k8s-template.yaml