GitHub user Rietty added a comment to the discussion: KubernetesExecutor: Worker/Scheduler Pods do not use custom docker image.
@sueun-dev Hi, so I checked it for giggles cause I had a minute and doing both `defaultAirflowRepository` vs `images.$IMAGE_KEY.repository` doesn't seem to do anything, `helm values` shows everything being injected correctly. I also adjusted pull policies both with the `images.airflow.pullPolicy` as well as the `imagePullPolicy` way and neither seems to be working.. my old pods for everything except `scheduler` and `api-server` stay running.. I did the `k get configmap` and in it the repo and container tag default to the ones for standard apache airflow so not sure how to get it working correctly.. <details> <summary>Here is my helm chart:</summary> <img width="717" height="1340" alt="image" src="https://github.com/user-attachments/assets/d267aa20-dbfe-4339-a3de-cc6a85ef387c" /> </details> Unsure if it needs adjusting in anyway for this to work.. GitHub link: https://github.com/apache/airflow/discussions/64655#discussioncomment-16452441 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
