adoroszlai commented on code in PR #9: URL: https://github.com/apache/ozone-helm-charts/pull/9#discussion_r1813485671
########## charts/ozone/Chart.yaml: ########## @@ -18,7 +18,7 @@ apiVersion: v2 name: ozone description: The official Helm chart for Apache Ozone type: application -version: 0.1.0 +version: 0.1.1 Review Comment: But we should increment version separately, not as part of the fix PR. Changing it in each PR would not scale (cause conflicts if multiple PRs are in flight). ########## charts/ozone/Chart.yaml: ########## @@ -18,7 +18,7 @@ apiVersion: v2 name: ozone description: The official Helm chart for Apache Ozone type: application -version: 0.1.0 +version: 0.1.1 Review Comment: But we should increment version separately, not as part of the fix PR. Changing it in each PR would not scale (would cause conflicts if multiple PRs are in flight). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
