Miretpl commented on code in PR #69776:
URL: https://github.com/apache/airflow/pull/69776#discussion_r3582770504
##########
chart/newsfragments/69776.bugfix.rst:
##########
@@ -0,0 +1 @@
+Support image digest in the worker pod template image
(``images.pod_template.digest``)
Review Comment:
I think that a normal log entry within the release notes will be enough for
that change. Could you please remove this file?
##########
chart/values.yaml:
##########
@@ -89,6 +89,8 @@ images:
# `config.kubernetes_executor.worker_container_tag` must be not set .
repository: ~
tag: ~
+ # Specifying digest takes precedence over tag.
+ digest: ~
Review Comment:
Could you adjust the comment above to say that this field will also be
overridden by config params if defined?
--
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]