Taragolis commented on code in PR #36156: URL: https://github.com/apache/airflow/pull/36156#discussion_r1428155887
########## chart/values.yaml: ########## @@ -2277,8 +2277,6 @@ cleanup: # Not recommended for production postgresql: enabled: true - image: - tag: "11" Review Comment: Differences between minor version of Postgres is a bug fixes include security one, data files are binary compatible between same major version. So if only pin to the specific version then all users who doesn't care about specify version they would be get one of the first release of 16 Postgres, without fixes. -- 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]
