dnskr opened a new issue, #34817: URL: https://github.com/apache/airflow/issues/34817
### Official Helm Chart version 1.11.0 (latest released) ### Apache Airflow version 2.7.1 ### Kubernetes Version 1.27 ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### What happened Airflow Helm chart 1.11.0 depends on [bitnami/postgresql:12.10.0](https://github.com/apache/airflow/blob/38e6607cc855f55666b817177103585f080d6173/chart/Chart.yaml#L37) subchart and deploys [PostgreSQL 11](https://github.com/apache/airflow/blob/38e6607cc855f55666b817177103585f080d6173/chart/values.yaml#L2232C14-L2232C14) by default. Apart from good practice of keeping dependencies up to date, there is an end-of-life for `PostgreSQL 11` coming in November 9, 2023 as described in [PostgreSQL Versioning Policy](https://www.postgresql.org/support/versioning/). ### What you think should happen instead Next Airflow Helm chart release should use latest `bitnami/postgresql:13.x.x` and `PostgreSQL 16` by default. ### How to reproduce Deploy Airflow Helm chart 1.11.0 with default configuration. ### Anything else This issue is created to highlight the problem and discuss how it should be fixed with minimal impact on end users. PostgreSQL was intentionally downgraded from `15` to `11` after `bitnami/postgresql` upgrade from `10.5.3` to `12.1.9`. Related PRs: - https://github.com/apache/airflow/pull/29071 - https://github.com/apache/airflow/pull/29207 The PR https://github.com/apache/airflow/pull/29207 also contains the discussion of future version upgrade. Also related PRs with minor changes and fixes: - https://github.com/apache/airflow/pull/29210 - https://github.com/apache/airflow/pull/29478 - https://github.com/apache/airflow/pull/33747 ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
