日本語
注意
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