MonkeyCanCode commented on code in PR #3756: URL: https://github.com/apache/polaris/pull/3756#discussion_r2802046582
########## 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: The only concern I have here is users who are on main won't be able to do helm install without doing a local image build as with this, the tag will be resolved to `apache/polaris:1.4.0-incubating-SNAPSHOT` which doesn't existed anywhere. Even if a user did performed a local image build, it will be `apache/polaris:1.4.0-incubating` instead. -- 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]
