Closed manjiler closed 2 years ago
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.
Hi @manjiler , thx for the feedback. Can you share the errors you observe?
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
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.
Closing this issue in favour of https://github.com/JahstreetOrg/spark-on-kubernetes-helm/issues/82 within which it (and similar to it) should be resolved, lets continue there.
And thanks for the patience 🙏 .
First off - amazing work get this helm chart!!!
I tried specifying the dependencies
It does not work. I might be doing something wrong here.
What is correct way to add livy chart as a dependencies?