JahstreetOrg / spark-on-kubernetes-helm

Spark on Kubernetes infrastructure Helm charts repo
Apache License 2.0
198 stars 76 forks source link

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

Closed manjiler closed 1 year ago

manjiler commented 3 years ago

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 commented 3 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.

jahstreet commented 3 years ago

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

manjiler commented 3 years ago

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 commented 2 years ago

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 commented 1 year ago

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 🙏 .