open-cluster-management-io / ocm

Core components in the OCM project. Report here if you found any issues in OCM.
https://open-cluster-management.io
Apache License 2.0
735 stars 92 forks source link

klusterlet helm chart is not available in open-cluster-management.io/helm-charts #596

Open charlesmelby opened 1 month ago

charlesmelby commented 1 month ago

Describe the bug The documentation gives a helm repository for the klusterlet chart, but the chart doesn't exist.

To Reproduce Steps to reproduce the behavior:

$ helm repo add ocm https://open-cluster-management.io/helm-charts
"ocm" already exists with the same configuration, skipping
$ helm repo update                                                
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "ocm" chart repository
Update Complete. ⎈Happy Helming!⎈
$ helm search repo ocm                                            
NAME                                CHART VERSION   APP VERSION DESCRIPTION                                       
ocm/argocd-pull-integration         0.11.0          1.0.0       A Helm chart for OCM Argo CD Pull Model Integra...
ocm/cluster-gateway-addon-manager   1.4.0           1.0.0       A Helm chart for Cluster-Gateway Addon-Manager    
ocm/cluster-proxy                   0.5.0           1.0.0       A Helm chart for Cluster-Proxy OCM Addon          
ocm/dummy                           1.0.2           1.0.0       A Helm chart for Dummy                            
ocm/managed-serviceaccount          0.6.0           1.0.0       A Helm chart for Managed ServiceAccount Addon     
ocm/multicluster-controlplane       0.5.0           0.5.0       A Helm chart for multicluster-controlplane        
ocm/multicluster-mesh               0.0.2           1.0.0       A Helm chart for Multicluster Service Mesh OCM ...
$ helm show chart ocm/klusterlet                                  
Error: chart "klusterlet" matching  not found in ocm index. (try 'helm repo update'): no chart name found

Expected behavior klusterlet chart should exist.

Environment ie: OCM version, Kubernetes version and provider: macOS

$ sysctl kern.version
kern.version: Darwin Kernel Version 23.5.0: Wed May  1 20:09:52 PDT 2024; root:xnu-10063.121.3~5/RELEASE_X86_64

$ helm version
version.BuildInfo{Version:"v3.15.3", GitCommit:"3bb50bbbdd9c946ba9989fbe4fb4104766302a64", GitTreeState:"clean", GoVersion:"go1.22.5"}
zhujian7 commented 1 month ago

/cc @zhiweiyin318

charlesmelby commented 1 month ago

Oops, I thought this was available in 0.14 release but I see now that it is not yet part of an official release.

qiujian16 commented 4 weeks ago

the PR to make it published in the next release https://github.com/open-cluster-management-io/ocm/pull/578