oche-jay opened a new issue, #16284:
URL: https://github.com/apache/pinot/issues/16284

   The packaged helm charts (.tgz) files since version 0.3.0 are being released 
with -SNAPSHOT still appended to the version. They are however being  added to 
the index.yaml with the release version.
   
   Steps to reproduce:
   ```
   $helm repo add  pinot 
https://raw.githubusercontent.com/apache/pinot/master/helm 
   $helm search repo pinot/pinot --versions
   ```
   This shows the versions available as per the index.yaml e.g
   ```
   NAME            CHART VERSION   APP VERSION     DESCRIPTION                  
                     
   pinot/pinot     0.3.3           1.0.0           Apache Pinot is a realtime 
distributed OLAP dat...
   pinot/pinot     0.3.2           1.0.0           Apache Pinot is a realtime 
distributed OLAP dat...
   pinot/pinot     0.3.1           1.0.0           Apache Pinot is a realtime 
distributed OLAP dat...
   ```
   But then we pull the helm chart binary itself e.g `0.3.3`., the Chart.yaml 
still refers to to a SNAPSHOT version
   
   ```
   $ cat pinot/Chart.yaml | grep version
   version: 0.3.3-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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to