Update Chart.yaml file for fields:
appVersion: for helm or k8s related changesversion: for pinot related changes, remove -SNAPSHOT suffix to get to the release version, e.g. 0.3.4-SNAPSHOT -> 0.3.4.Run below command to package Pinot Chart.
helm package pinot
This step will generate a pinot-${version}.tgz file.
helm repo index .
This step will generate an index.yaml file which contains all the Charts information.
Update generated index.yaml accordingly:
entries.pinot.source to https://github.com/apache/pinot/tree/master/helm.Update Chart.yaml file for making next version with -SNAPSHOT suffix. E.g. 0.3.4 -> 0.3.5-SNAPSHOT
Here is a reference PR: https://github.com/apache/pinot/pull/16292