snazy commented on code in PR #3756: URL: https://github.com/apache/polaris/pull/3756#discussion_r2804406129
########## helm/polaris/values.yaml: ########## @@ -26,8 +26,8 @@ image: repository: apache/polaris # -- The image pull policy. pullPolicy: IfNotPresent - # -- The image tag. - tag: "latest" + # -- The image tag. If not set, the chart version is used. + tag: "" Review Comment: (If we want to keep `latest`, which would be confusing when s/o builds from an older commit?) -- 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]
