IBM / cp4waiops-gitops

Manage Your IBM Cloud Pak for Watson AIOps With GitOps
https://ibm.github.io/cp4waiops-gitops/docs/
Apache License 2.0
11 stars 27 forks source link

failed to download helm chart #228

Open amyjones6 opened 1 year ago

amyjones6 commented 1 year ago

I'm trying to use the all-in-one helm chart to deploy cp4waiops using a custom set up but when I run the install command it just says fail to download?

⎜15:13:02 amyjones cp4waiops-gitops/config/all-in-one ❨main❩ → helm install --generate-name cp4waiops-aio --values values.yaml
Error: INSTALLATION FAILED: failed to download "cp4waiops-aio"

I also had to update the apiVersion to v2 instead of v1 it failed when running helm lint

morningspace commented 1 year ago

@amyjones6 Are you trying to install all-in-one helm chart using helm from command line directly or using argo cd indirectly? Of course both should be supported, but we haven't tested run from command line directly.

morningspace commented 1 year ago

For all-in-one helm chart, we didn't package it. You would need to pick up from file location when running helm install.