adutra commented on code in PR #1944: URL: https://github.com/apache/polaris/pull/1944#discussion_r2167472382
########## helm/polaris/Chart.yaml: ########## @@ -21,8 +21,8 @@ apiVersion: v2 name: polaris description: A Helm chart for Apache Polaris (incubating) type: application -version: 0.1.0 -appVersion: 1.0.0-incubating-SNAPSHOT +version: 1.0.0 +appVersion: 1.0.0-incubating Review Comment: `appVersion` has nothing to do with the docker image tag. The docker image tag is set in `values.yaml` at `image.tag`. -- 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]
