Boris Polonsky

Results 37 comments of Boris Polonsky

It's in the `appVersion`. https://github.com/BorisPolonsky/dify-helm/blob/892ddfeb32aeb48021092cde3c1332474312a4a8/charts/dify/Chart.yaml#L25

## TL; DR We've actually considered [the idea](https://github.com/langgenius/dify/issues/12869) you proposed, but bringing `StatefulSets` does not seem to make things better. ## Breakdown ### The Status Quo of PluginDaemon We've asked...

Thanks for your contribution. We have yet to decide if it's a good idea to change default version of `redis` and `postgresql`.

We'd encourage user to deploy Redis and PostgreSQL as separate releases and link them via `externalRedis` and `externalPostgresql` if applicable, which enables different upgrade cycles for the database components. That...

Tested with `--server-base-path` option and worked as expected.

We have plans to substitute the `latest` tag of `sandbox` in `dify-helm` for explicitly versioned ones. But without compatibility matrix declaration in official documents or release notes, the only way...

I've noticed a log of `plugin-daemon` as below ``` 2025/01/25 16:14:09 cluster_lifetime.go:113: [INFO]current node has become the master of the cluster ``` Does it means that roles of multiple `plugin-daemon`...

> I’m just a contributor and not a member of the Dify team, but as far as I understand, the state of each plugin daemon container is all stored on...

Declared as `Deployment`. https://github.com/BorisPolonsky/dify-helm/pull/123

According to the [documents](https://github.com/langgenius/dify-plugin-daemon?tab=readme-ov-file#docker) from dify-plugin-daemon: - `pluginDaemon` depends on a shared `cwd` directory for running plugins - Daemon community edition are not designed to be seamlessly scaled out as...