redhat-developer / redhat-helm-charts

This repository contains the Helm charts that power charts in the OpenShift Developer Catalog
Apache License 2.0
48 stars 83 forks source link

Failed to install the IBM helm charts #14

Open rohitkrai03 opened 4 years ago

rohitkrai03 commented 4 years ago

Steps to Reproduce:

  1. Go to +Add -> Dev Catalog
  2. Check the Helm Charts checkbox

For 4.5 cluster

  1. Try to install the IBM helm charts but you will observe errors as follows: a. For all the charts:
Failed to install helm chart: chart requires kubeVersion: >=1.10.1 which is incompatible with Kubernetes v1.18.0-rc.1

For 4.4 cluster

  1. Try to install the IBM helm charts but you will observe errors as follows: a. Ibm Object Storage Plugin chart gets installed successfully, b. For Ibm Oms Ent Prod and Ibm Oms Pro Prod charts we get below error
Failed to install helm chart: template: ibm-oms-ent-prod/templates/NOTES.txt:44:17: executing "ibm-oms-ent-prod/templates/NOTES.txt" at <(hasKey $imgConf "purpose") and (eq $imgConf.purpose "xapirest")>: can't give argument to non-function hasKey $imgConf "purpose"

Actual Results:

We are unable to install the IBM charts.

Expected Results:

IBM charts should get installed.

rohitkrai03 commented 4 years ago

cc: @pedjak @sbose78

pedjak commented 4 years ago

@morstad can you take a look?

morstad commented 4 years ago

Believe the 4.5 issue is due to kubernetes release being a pre-release :

morstad commented 4 years ago

@rohitkrai03 Not able to recreate issue reported for oms - please provide parameters specified.

rohitkrai03 commented 4 years ago

I am just using the default values with licence as true.

morstad commented 4 years ago

@rohitkrai03 If I specify only license as true I see 'No object visited' as no resources to install. If I specify

  license: true
  license_store_call_center: true

then proceeds - please try setting both and I will spin up newer OCP nightly build as not seeing same as you.

rohitkrai03 commented 4 years ago

@morstad I just tried it out with 4.4.0-0.nightly-2020-04-04-025830 cluster and got the same error i got earlier with 4.4-rc11. Check the below screenshots -

Screenshot from 2020-04-30 17-57-17

Peek 2020-04-30 17-58

morstad commented 4 years ago

@rohitkrai03 The install is showing README in your screenshot - this is 4.5? In 4.4 only get description from Chart.yaml on install. image

rohitkrai03 commented 4 years ago

Yeah, that's actually my local setup running on a 4.4 cluster. So the latest UI that is going to be there in 4.5 is visible. Sorry for the confusion.

pedjak commented 4 years ago

is this fixed meanwhile? can we close the issue?