sg-c0de opened a new pull request, #63514:
URL: https://github.com/apache/airflow/pull/63514

   ### Summary
   
   Since we have the option to configure multiple Celery worker sets, it is 
useful to be able to use different images for specific sets (for example, to 
include CUDA drivers). This adds the option to override the image for all 
Celery workers globally or on a per-set basis using 
`Values.workers.celery.image` and `Values.workers.celery.sets[].image`.
   
   ### Changes
   
   **chart/templates/_helpers.yaml**: Add `airflow_worker_image`, 
`airflow_worker_image_pull_policy`, and `airflow_worker_image_for_migrations` 
helpers, and patch the `fullOverwrite` helper to support image overrides.
   
   **chart/templates/workers/worker-deployment.yaml**: Update `image` and 
`imagePullPolicy` references to use the new helper templates.
   
   **chart/values.yaml**: Add new values to support the image overrides.


-- 
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]

Reply via email to