Description of problem: a helm chart repo that we add to an openshift cluster doesn't appear in the developer catalog? Specifically, I am trying to add the bitnami helm charts: ``` apiVersion: helm.openshift.io/v1beta1 kind: HelmChartRepository metadata: creationTimestamp: '2021-02-04T04:16:59Z' generation: 4 managedFields: - apiVersion: helm.openshift.io/v1beta1 fieldsType: FieldsV1 fieldsV1: 'f:spec': .: {} 'f:connectionConfig': .: {} 'f:url': {} 'f:name': {} manager: Mozilla operation: Update time: '2021-02-04T04:28:10Z' name: bitnami resourceVersion: '24083939' selfLink: /apis/helm.openshift.io/v1beta1/helmchartrepositories/bitnami uid: 2b410092-2b14-47b4-a784-0c7871b25762 spec: connectionConfig: url: 'https://charts.bitnami.com/bitnami' name: bitnami ``` This does happen with every HelmChartRepo. As a workaround, we can try to refresh the browser for 1 or 2 times and wait for some time then the HelmChart Repo will be available in the Developer Catalog. Version-Release number of selected component (if applicable): How reproducible: Alwas Steps to Reproduce: 1. As described in the description only. 2. 3. Actual results: HelmChart Repo takes some time to load. Expected results: HelmChart Repo should get loaded instantly upon creation, as we do see it in the list of HelmChart repo when queried through the command line with #oc get helmchartrepository Additional info:
Hi, After discussion with the engineering, we got to know that the lag that we see for loading the HelmCharts (After creation on the CLI) is something we can't do anything for it. So the workaround is to refresh the browser only. Hence Closing the Bugzilla with Works for me. Best, Shivkumar Ople