GitHub user Rietty created a discussion: KubernetesExecutor: Worker/Scheduler Pods do not use custom docker image.
I am using latest helm chart (1.20.0) and have a custom Dockerfile in which I install packages and set up the dags and all that into `/opt/airflow/dags`. My issue is that the scheduler/workers and other relevant pods do not use the image that is in my respository. I do a `helm install --upgrade` and overwrite/set the `image.airflow.repository` and `tag` and when I check the airflow install/helm chart results it does show that the repo and tag are there yet the workers and schedulers do not actually use it? <img width="1048" height="67" alt="image" src="https://github.com/user-attachments/assets/a4210fa6-192e-476b-8f2a-d5b058f02600" /> <img width="1053" height="248" alt="image" src="https://github.com/user-attachments/assets/3443a048-1f71-4b68-a62b-2b1e4212ab4a" /> How do I fix this/ensure my repo and image is properly being used? Do I override a specific value somewhere in the helm charts or can I pass it in my CICD or something else? GitHub link: https://github.com/apache/airflow/discussions/64655 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
