### What problem does this PR solve? The initial Helm chart implementation added in #3815 suffers from an issue where the 5GB data volume for the SQL DB is filled up with [binlog](https://dev.mysql.com/doc/refman/8.4/en/binary-log.html) files after just a few days. Since the app uses a non-replicated SQL DB config I think it makes sense to disable the binlog in the SQL DB container. This is achieved by simply adding the required argument to the container startup command. ### Type of change - [X] Bug Fix (non-breaking change which fixes an issue) |
||
|---|---|---|
| .. | ||
| tests | ||
| _helpers.tpl | ||
| elasticsearch-config.yaml | ||
| elasticsearch.yaml | ||
| env.yaml | ||
| infinity.yaml | ||
| ingress.yaml | ||
| minio.yaml | ||
| mysql-config.yaml | ||
| mysql.yaml | ||
| ragflow.yaml | ||
| ragflow_config.yaml | ||
| redis.yaml | ||