mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-28 02:18:36 +00:00
## Changelog ``` [mysql] Bugfix: external=true did not work for MySQL deployed with a single replica, since the MariaDB operator does not create separate primary and secondary services for a single-node DB. A special condition is added to make the "all-node" service a LoadBalancer if external=true and replicas=1. ``` <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Improved handling of external service exposure for MySQL deployments, with refined logic for LoadBalancer configuration based on the number of replicas. - **Chores** - Updated MySQL chart version to 0.8.2. - Adjusted version mapping to reflect the latest changes. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Resolves https://github.com/cozystack/cozystack/issues/1095