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

Question: How to add livy chart as dependent chart #65

Closed
manjiler opened this issue May 8, 2021 · 5 comments
Closed

Question: How to add livy chart as dependent chart #65

manjiler opened this issue May 8, 2021 · 5 comments

Comments

@manjiler
Copy link

manjiler commented May 8, 2021

First off - amazing work get this helm chart!!!

I tried specifying the dependencies

dependencies:
- name: livy
  version: "v2.0.2"
  repository: https://jahstreet.github.io/helm-charts

It does not work.
I might be doing something wrong here.

What is correct way to add livy chart as a dependencies?

@manjiler
Copy link
Author

manjiler commented May 9, 2021

For now I am manually copied helm chart for livy and added it under charts folder.
Let me if there is better way to do it.

@jahstreet
Copy link
Collaborator

Hi @manjiler , thx for the feedback. Can you share the errors you observe?

@manjiler
Copy link
Author

After adding livy as dependency in Chart.yaml. Running helm dependency update, give the below error
Error: can't get a valid version for repositories livy. Try changing the version constraint in Chart.yaml

Sample Chart.yaml

dependencies:
- name: livy
  version: "v2.0.2"
  repository: https://jahstreet.github.io/helm-charts

@naru014
Copy link

naru014 commented Jun 21, 2022

I know its too late to comment on this. The problem is with using v2.0.2 I think.
I am using it with "2.0.* " and the latest is 2.0.1 I think as thats the version I see getting used in my cluster.

@jahstreet
Copy link
Collaborator

Closing this issue in favour of #82 within which it (and similar to it) should be resolved, lets continue there.

And thanks for the patience 🙏 .

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

3 participants