Kamenev Nikolay
Kamenev Nikolay
I have encountered the same issue. The error occurs only on M1 mac, everything is successful on gitlab runner
I really need an app for Apple TV
I really need an app for Apple TV
I fixed this using a custom docker image ``` FROM registry.opensource.zalan.do/acid/pgbouncer:master-32 RUN sed -i '/#/!s/\(server_tls_sslmode[[:space:]]*=[[:space:]]*\)\(.*\)/\1prefer/' /etc/pgbouncer/pgbouncer.ini.tmpl RUN sed -i '/#/!s/\(client_tls_sslmode[[:space:]]*=[[:space:]]*\)\(.*\)/\1prefer/' /etc/pgbouncer/pgbouncer.ini.tmpl ``` values.yaml ``` configConnectionPooler: connection_pooler_image: registry.local/pgbouncer:master-32.2 ```