This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new df0b684ffd7 fix(k8s): pre-load postgresql image to prevent Docker Hub 
rate-limit flakes (#66507)
df0b684ffd7 is described below

commit df0b684ffd7947470a3a2f2b696ac794271f4fcc
Author: Sadha Chilukoori <[email protected]>
AuthorDate: Sun May 10 18:11:17 2026 -0700

    fix(k8s): pre-load postgresql image to prevent Docker Hub rate-limit flakes 
(#66507)
    
    Co-authored-by: Sadha Chilukoori <[email protected]>
---
 dev/breeze/src/airflow_breeze/commands/kubernetes_commands.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/breeze/src/airflow_breeze/commands/kubernetes_commands.py 
b/dev/breeze/src/airflow_breeze/commands/kubernetes_commands.py
index 6996b7279d9..ebc3f25e11d 100644
--- a/dev/breeze/src/airflow_breeze/commands/kubernetes_commands.py
+++ b/dev/breeze/src/airflow_breeze/commands/kubernetes_commands.py
@@ -716,6 +716,7 @@ def _upload_k8s_image(python: str, kubernetes_version: str, 
output: Output | Non
 # scripts/ci/prek/upgrade_important_versions.py.
 K8S_TEST_IMAGES_TO_PRELOAD: tuple[str, ...] = (
     "alpine:3.23.4",  # xcom_sidecar default in providers/cncf/kubernetes
+    "bitnamilegacy/postgresql:16.1.0-debian-11-r15",  # chart/values.yaml 
postgresql subchart
     "busybox:1.37.0",  # busybox-based system tests in kubernetes-tests/
     "ubuntu:24.04",  # ubuntu-based system tests in kubernetes-tests/
 )

Reply via email to