dnskr opened a new pull request, #29210:
URL: https://github.com/apache/airflow/pull/29210

   The PR changes default `pgbouncer.auth_type` value to `scram-sha-256`.
   It fixes the case when installing the chart with enabled `pgbouncer`, i.e. 
the following deployment:
   ```
   helm install test chart --set pgbouncer.enabled=true
   ```
   The issue was introduced when bitnami/postgres subchart was upgraded to 
12.1.9 version. Previous bitnami/postgres subchart deploys Postgres 11 with 
default auth type md5, current version deploys Postgres 15 with default auth 
type scram-sha-256.
   
   related: https://github.com/apache/airflow/pull/29071 and 
https://github.com/apache/airflow/pull/29207


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to