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


##########
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: bitnamilegacy/postgresql
+    tag: "13.2.0"

Review Comment:
   @ashb we could do that too, and it would pick the `docker.io/postgres:13` 
images. I do not have a strong preference to either. WDYT?



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