potiuk commented on code in PR #55820: URL: https://github.com/apache/airflow/pull/55820#discussion_r2444643257
########## chart/values.yaml: ########## @@ -2853,9 +2853,13 @@ cleanup: successfulJobsHistoryLimit: ~ # Configuration for postgresql subchart -# Not recommended for production +# Uses bitnamilegacy images to avoid Bitnami licensing restrictions +# Not recommended for production - use external database instead postgresql: enabled: true + image: + repository: postgres Review Comment: This is a temporary approach and we are removing postgres altogether. I am not sure anyone from the community will have time on testing a test only feature that is going to be removed according to discusssion and consensus https://lists.apache.org/thread/3o4wj76pmd2m13jho7sxcbfkbgpv88h9 -- 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]
