You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"}
The text was updated successfully, but these errors were encountered:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.
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:
Expected behavior
klusterlet
chart should exist.Environment ie: OCM version, Kubernetes version and provider:
macOS
The text was updated successfully, but these errors were encountered: