BorisPolonsky / dify-helm

Deploy langgenious/dify, an LLM based app on kubernetes with helm chart
MIT License
177 stars 46 forks source link

Update to Dify v0.7.2? #88

Closed ralberts closed 1 month ago

ralberts commented 1 month ago

Just curious - is there anything blocking from us upgrading to the latest dify? I could help if it is useful, I just wasn't sure if there are known issue with the latest and using your helm.

Thanks again for making this! It's been so great!

BorisPolonsky commented 1 month ago

All you need is to edit your own version of .Values.yaml and substitute image tags.

SoumyaMaitra commented 1 month ago

0.7.2 seems to be working ok with only tag changes as @BorisPolonsky mentioned. repository: langgenius/dify-api & repository: langgenius/dify-web => tag: "0.7.2" repository: langgenius/dify-sandbox ==> tag: "0.2.6"

ralberts commented 1 month ago

Ok, great!!! Thank you all so much!