Miretpl commented on code in PR #61018:
URL: https://github.com/apache/airflow/pull/61018#discussion_r2848476303


##########
chart/values.schema.json:
##########
@@ -1783,7 +1768,7 @@
                     "default": [
                         "bash",
                         "-c",
-                        "exec \\\nairflow {{ semverCompare \">=2.0.0\" 
.Values.airflowVersion | ternary \"celery worker\" \"worker\" }}\n{{- if and 
.Values.workers.queue (ne .Values.workers.queue \"default\") }}\n{{- \" -q \" 
}}{{ .Values.workers.queue }}\n{{- end }}"
+                        "exec \\\nairflow celery worker\n{{- if and 
.Values.workers.queue (ne .Values.workers.queue \"default\") }}\n{{- \" -q \" 
}}{{ .Values.workers.queue }}\n{{- end }}"

Review Comment:
   I caught that today, changing this `workers.args` will make a check in the 
NOTES.txt file to print the deprecation warning. Can we adjust the NOTES file 
too?



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