fritzb commented on issue #10605:
URL: https://github.com/apache/airflow/issues/10605#issuecomment-925535664
Here is the workaround (tested with Airflow 2.1.4) if you are using airflow
helm chart:
values.yaml:
```
airflowLocalSettings: |
from airflow.providers.cncf.kubernetes.utils.xcom_sidecar import
PodDefaults
PodDefaults.SIDECAR_CONTAINER.image = private.registry.com/alpine
```
--
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]