potiuk commented on code in PR #55820:
URL: https://github.com/apache/airflow/pull/55820#discussion_r2446716175


##########
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:
   Feel free to make a reverting PR @zanecodes -> main is there for all kinds 
of things and we sometimes rever things - this is what makes a different of 
"released" code vs. "main - in development code".
   
   But - like everyone else here - you are free to open PR to rever things if 
you think such a main thing was not good - or even (if you have a better fix) 
replace it with a better fix. The best way to get something done in the 
open-source project - where you have > 3500 contributors is to become one and 
do it.



-- 
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]

Reply via email to