airflow-helm / charts

The User-Community Airflow Helm Chart is the standard way to deploy Apache Airflow on Kubernetes with Helm. Originally created in 2017, it has since helped thousands of companies create production-ready deployments of Airflow on Kubernetes.
https://github.com/airflow-helm/charts/tree/main/charts/airflow
Apache License 2.0
630 stars 474 forks source link

Disable image override in worker pods #804

Open chaosun-abnormalsecurity opened 7 months ago

chaosun-abnormalsecurity commented 7 months ago

Checks

Motivation

Airflow Kubernetes executor overrides image setting for worker pods. Is there a way to disable it and always whatever is set in pod template? Or as an alternative solution, can it take an image digest for overriding, instead of only accepting a tag?

Implementation

No response

Are you willing & able to help?