intel / helm-charts

Apache License 2.0
12 stars 15 forks source link

Charts list is incomplete #11

Closed dza89 closed 1 year ago

dza89 commented 1 year ago
helm repo add intel https://intel.github.io/helm-charts       
>> "intel" has been added to your repositories
helm search repo -l 

NAME                                    CHART VERSION   APP VERSION     DESCRIPTION                                       
intel/evam                              0.7.2           0.7.2           A Helm chart for deploying Edge Video Analytics...
intel/evam-dek                          1.0.0           0.7.2           A Helm chart for edge-video-analytics-microserv...
intel/intel-device-plugins-operator     0.24.0          0.24.0          A Helm chart for Intel Device Plugins Operator ...
intel/intel-device-plugins-qat          0.24.0          0.24.0          A Helm chart for Intel QAT Device Plugin          
intel/intel-device-plugins-sgx          0.24.0          0.24.0          A Helm chart for Intel SGX Device Plugin          
intel/load-generator                    0.1.2           1.0             A Helm chart that uses k6 to generate load        
intel/multimodal-data-visualization     3.0.0           3.0.0           A Helm chart for deploying multimodal data visu...
intel/tcs-issuer                        0.2.0           0.2.0           A Helm chart for Trusted Certificate Issuer   

These are however not the latest versions for some charts, and also the gpu-device-plugin is missing. Index.yaml seems to be complete, so no idea yet what causes this.

mythi commented 1 year ago

Index.yaml seems to be complete, so no idea yet what causes this.

helm seems to think some of the charts are "devel" versions.

 helm search repo --devel
dza89 commented 1 year ago

Got it, so it's not really a bug, it's because of semantic versioning: -helm.0, which is not considered a release candidate. Guess this can be closed.

mythi commented 1 year ago

-helm.0, which is not considered a release candidate

but given your finding we may have to re-think this a bit. on the other hand, I'm not expecting to see too many of these type of releases...