kubectl exec -it dify-api-5b76699958-mt868 -- flask db upgrade Upgrade To upgrade app, change the value of global.image.tag to the desired version global: image: tag: "0.7.0" Then upgrade the app with helm command helm upgrade dify douban/dify -f values.yaml --debug To use it in...
dify-helm Deploy langgenius/dify, an LLM based chat bot app on kubernetes with helm chart. Installation helm repo add dify https://borispolonsky.github.io/dify-helm helm repo update helm install my-release dify/dify Supported Component Components that could be deployed on kubernetes in cu...