sg-c0de commented on code in PR #63514:
URL: https://github.com/apache/airflow/pull/63514#discussion_r3044885305
##########
chart/templates/_helpers.yaml:
##########
@@ -385,6 +385,44 @@ If release name contains chart name it will be used as a
full name.
{{- end }}
{{- end }}
+{{/*
+ Worker image helper. Users configure image at Values.workers.celery.image
(or per-set via
+ Values.workers.celery.sets[].image). By the time this template is invoked,
workersMergeValues
+ in worker-deployment.yaml has already merged celery/set values into
Values.workers, so the
+ effective image is at Values.workers.image (post-merge).
+*/}}
+{{- define "airflow_worker_image" -}}
Review Comment:
Sure. I created common helpers for images and tags/digests, and reused them
across the image helpers.
--
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]