GitHub user johnhoran added a comment to the discussion: Customize XCom Sidecar Image in offline environment
They are defined in the [kubernetes hook](https://github.com/apache/airflow/blob/4a499ad4241876850e4ad93d1db42e3d7b71a634/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/hooks/kubernetes.py#L204-L209) So they need to be part of your connection: `AIRFLOW_CONN_KUBERNETES_DEFAULT='{"conn_type": "kubernetes", "extra": {"xcom_sidecar_container_image": ...}}'` GitHub link: https://github.com/apache/airflow/discussions/64887#discussioncomment-16486540 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
