Hide Forgot
+++ This bug was initially created as a clone of Bug #1964997 +++ Description of problem: Helm has two types of charts, one is application and the other is library charts. Library charts are not meant to be installed directly but rather are to be used as dependencies under the chart directory. Currently in OCP 4.7 and 4.8 I can install library charts and a release is created without any errors in the console. The expected behavior is to not be able to see the Library chart or at least get an error when trying to instal. This is consistent with the helm cli interface. Version-Release number of selected component (if applicable): OCP 4.7.12 and 4.8.0-0.nightly-2021-05-26-021757 How reproducible: Every Time Steps to Reproduce: 1. Add a repo that has library charts for example: http://docs.wildfly.org/wildfly-charts/ 2. From dev console select helm under catalog 3. Select the repo just added 4. Click install Actual results: Library chart install creates a release. Expected results: Install should trigger an error like in helm cli. Preferably should not even show the library chart in the catalog. Additional info: This bug was first reported under https://bugzilla.redhat.com/show_bug.cgi?id=1933101. But need to add here to separate the two issues described in Bug 1933101
Created attachment 1792538 [details] Helm chart cannot be installed for non git source repo
Verified on build version: 4.7.0-0.nightly-2021-06-17-224843 Browser: Google Chrome 89
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.7.18 bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:2502
I tried to in initiate automatic process, see last comment here: https://github.com/openshift/console/pull/9076. But there is a conflict. Will have to make the change manually.