adutra commented on code in PR #3756: URL: https://github.com/apache/polaris/pull/3756#discussion_r2804562689
########## 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: It seems we've been bumping the chart's `version` and `appVersion` manually. How about we include this bump in the release workflow? In which case we could make the chart's `version` match the Docker tag, and the chart's `appVersion` match the Maven version: ```yaml version: 1.4.0-incubating appVersion: 1.4.0-incubating-SNAPSHOT ``` -- 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]
