Since release 4.2.0, this Helm chart fails for me, 4.1.4 still works.
The issue lies in the metrics-container, I have metrics.enabled = true.
The error I get in the metrics container is:
2025-04-15T09:17:34.758369217Z 2025/04/15 09:17:34 Error opening log source: open /var/log/mail/mail.log: no such file or directory
This causes Kubernetes to consider the Pod not to be Ready and that causes the Service to have no endpoints and that causes mail delivery to come to a halt.
Since release 4.2.0, this Helm chart fails for me, 4.1.4 still works.
The issue lies in the metrics-container, I have
metrics.enabled = true.The error I get in the metrics container is:
This causes Kubernetes to consider the Pod not to be Ready and that causes the Service to have no endpoints and that causes mail delivery to come to a halt.