amoghrajesh commented on code in PR #66580: URL: https://github.com/apache/airflow/pull/66580#discussion_r3207245568
########## dev/breeze/src/airflow_breeze/commands/kubernetes_commands.py: ########## @@ -715,8 +715,8 @@ def _upload_k8s_image(python: str, kubernetes_version: str, output: Output | Non # turn the scheduled K8s test job red. Auto-bumped by # scripts/ci/prek/upgrade_important_versions.py. K8S_TEST_IMAGES_TO_PRELOAD: tuple[str, ...] = ( - "alpine:3.23", # xcom_sidecar default in providers/cncf/kubernetes - "busybox:1.37", # busybox-based system tests in kubernetes-tests/ + "alpine:20260127", # xcom_sidecar default in providers/cncf/kubernetes + "busybox:1.37.0", # busybox-based system tests in kubernetes-tests/ Review Comment: Something wrong w the diff here? -- 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]
