snazy commented on code in PR #3756: URL: https://github.com/apache/polaris/pull/3756#discussion_r2804402533
########## 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: I guess the image build could be adjusted to tag the images as `x.y.z-incubating` and `latest`? -- 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]
