Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not use infinispan chart as a dependency #655

Closed
ehsantashkhisi opened this issue Dec 15, 2022 · 1 comment
Closed

Can not use infinispan chart as a dependency #655

ehsantashkhisi opened this issue Dec 15, 2022 · 1 comment

Comments

@ehsantashkhisi
Copy link

ehsantashkhisi commented Dec 15, 2022

I am somehow confused and do not know where to ask my question, I have problem when adding the Infinispan chart as a dependency to my chart as below:

dependencies:
  - name: infinispan-infinispan
    alias: infinispan
    version: 0.3.0
    repository: https://charts.openshift.io/

After running helm dep up

The content of the charts directory is as below:

image

As you can see the tar file was generated with the name infinispan-infinispan but the name of the folder inside that tar file is infinispan. for this reason when I run helm install command I get the following error:

INSTALLATION FAILED: found in Chart.yaml, but missing in charts/ directory: infinispan-infinispan

Based on Helm documentation name in dependency should match the name in the chart but with this chart, it is not possible, because the name that I should use in dependency is infinispan-infinispan but the name of the chart is infinispan.

@komish
Copy link
Collaborator

komish commented Apr 18, 2023

#773 also documents this problem. Closing this to work out of one place.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants