Skaronator commented on a change in pull request #48: URL: https://github.com/apache/pulsar-helm-chart/pull/48#discussion_r469037766
########## File path: charts/pulsar/Chart.yaml ########## @@ -21,7 +21,7 @@ apiVersion: v1 appVersion: "2.6.0" description: Apache Pulsar Helm chart for Kubernetes name: pulsar -version: 2.6.0 +version: 2.6.1 Review comment: @sijie Thats what the "appVersion" Value in the Chart.yaml is for. The "version" key is just the version of the helm chart and is completly separate from the actual application version. And when you follow semantic versioning on your helm chart as well then these version will seperate really quickly. Just a quick look at the Prometheus Helm Chat: Prometheus itself is at 2.20.1 right now but the helm chart is already at 11.x https://github.com/helm/charts/blob/master/stable/prometheus/Chart.yaml#L3-L4 It would be cool to have more frequent updates of this helm chart and not just wait for pulsar updates to release at the same time. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org