Bug 1928152 - HelmChartRepository does not get loaded instantly in the Developer Catalog after it's creation
Summary: HelmChartRepository does not get loaded instantly in the Developer Catalog af...
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Dev Console
Version: 4.6
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: cvogt
QA Contact: Gajanan More
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-02-12 13:46 UTC by Shivkumar Ople
Modified: 2024-03-25 18:10 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-02-16 14:14:02 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Shivkumar Ople 2021-02-12 13:46:31 UTC
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:

Comment 1 Shivkumar Ople 2021-02-16 14:13:39 UTC
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


Note You need to log in before you can comment on or make changes to this bug.