Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug Fix & Minor Update (BorisPolonsky#46)
* Add Release chart action & bump chart version (BorisPolonsky#3) * Add helm chart release logic * Bump chart version * Add installation guide (BorisPolonsky#4) * Fix env clash (BorisPolonsky#9) * Fix ENV clashing for some corner case * Bump chart version to 0.14.1 * Fix label in worker deployment (BorisPolonsky#12) * Bump chart version to 0.15.0 * 0.3.8 compatibility for core components (BorisPolonsky#14) - Fix compatibility issue with URL related ENV introduced in `0.3.8` - langgenius/dify#648 - BorisPolonsky#11 * Bump chart version to 0.16.0 * Fix postgres port and database config (BorisPolonsky#18) - Fix port configuration when external postgres exposes port other than 5432 - Fix database conofiguration when utilizing external postgres * Update Chart.yaml Bump version to 0.16.1 * Update README.md Fix grammar * Create LICENSE * Update README.md Add download badge * Update README.md * Dify 0.4.9 support (BorisPolonsky#28) * Add new environment variables to templates * Update nginx routing * Remove redundant environment vairables * Update milvus config * Update URL setting * Quote environment variables * Update README.md * Bump chart version to 0.17.0 * Update mail config * Remove redundant extraEnv * Bump appVersion to 0.4.9 * Update README.md (BorisPolonsky#31) * Revert "Update README.md" (BorisPolonsky#32) * Display contributors (BorisPolonsky#33) * Fix README.md (BorisPolonsky#26) * Add Release chart action & bump chart version (BorisPolonsky#3) * Add helm chart release logic * Bump chart version * Add installation guide (BorisPolonsky#4) * Fix env clash (BorisPolonsky#9) * Fix ENV clashing for some corner case * Bump chart version to 0.14.1 * Fix label in worker deployment (BorisPolonsky#12) * Bump chart version to 0.15.0 * 0.3.8 compatibility for core components (BorisPolonsky#14) - Fix compatibility issue with URL related ENV introduced in `0.3.8` - langgenius/dify#648 - BorisPolonsky#11 * Bump chart version to 0.16.0 * Fix postgres port and database config (BorisPolonsky#18) - Fix port configuration when external postgres exposes port other than 5432 - Fix database conofiguration when utilizing external postgres * Update Chart.yaml Bump version to 0.16.1 * Update README.md Fix grammar * Create LICENSE * Update README.md Add download badge * Update README.md * Dify 0.4.9 Compatibility (BorisPolonsky#30) * Add Release chart action & bump chart version (BorisPolonsky#3) * Add helm chart release logic * Bump chart version * Add installation guide (BorisPolonsky#4) * Fix env clash (BorisPolonsky#9) * Fix ENV clashing for some corner case * Bump chart version to 0.14.1 * Fix label in worker deployment (BorisPolonsky#12) * Bump chart version to 0.15.0 * 0.3.8 compatibility for core components (BorisPolonsky#14) - Fix compatibility issue with URL related ENV introduced in `0.3.8` - langgenius/dify#648 - BorisPolonsky#11 * Bump chart version to 0.16.0 * Fix postgres port and database config (BorisPolonsky#18) - Fix port configuration when external postgres exposes port other than 5432 - Fix database conofiguration when utilizing external postgres * Update Chart.yaml Bump version to 0.16.1 * Update README.md Fix grammar * Create LICENSE * Update README.md Add download badge * Update README.md * Dify 0.4.9 support (BorisPolonsky#28) * Add new environment variables to templates * Update nginx routing * Remove redundant environment vairables * Update milvus config * Update URL setting * Quote environment variables * Update README.md * Bump chart version to 0.17.0 * Update mail config * Remove redundant extraEnv * Bump appVersion to 0.4.9 * feat: add files path to nginx proxy config (BorisPolonsky#29) Resolves the issue of files not being available in the frontend, e.g. DALL-E generated images. Co-authored-by: Boris Polonsky <BorisPolonsky@users.noreply.github.com> * Update README.md --------- Co-authored-by: Pascal M <11357019+perzeuss@users.noreply.github.com> * Update release condition * Update values.yaml Update comments on vector db in values.yaml * Update values.yaml Grammar fix * Fix ConfigMap error when `.Values.externalMilvus.enable=true` * Fix nginx duplicate location: "/files" * Bump Chart version to 0.17.1 * Optimize extraEnv configuration * Bump Chart Version to 0.17.2 * Change chart version to 0.17.2-rc1 * Bump chart version to 0.17.2 * add quote to QDRANT_CLIENT_TIMEOUT/consoleApi/appApi BorisPolonsky#45 lack of quote cause creating configmap error * Rename port in service as name: `<protocol>[-<suffix>]` format and make them compatible with explicit protocol selection in `istio` --------- Co-authored-by: Pascal M <11357019+perzeuss@users.noreply.github.com> Co-authored-by: Ryan <haoinit@gmail.com>
- Loading branch information