In the [docker-zulip compose file]() `image: "zulip/zulip-postgresql:14"`is used and in the [helm-chart values file](https://github.com/zulip/docker-zulip/blob/main/kubernetes/chart/zulip/values.yaml) its the same: ```yaml # We need to override the Postgresql image to get all the plugins Zulip needs image: repository: zulip/zulip-postgresql ``` It would greatly reduce the operational load if this image could be a standardized postgresql image. Why are the zulip-docker stack using a custom image?