Open Stevenpc3 opened 6 months ago
Need to update the registry in the chart based on this comment. https://github.com/jaegertracing/helm-charts/issues/532#issuecomment-2124734512
Make the correct registry part of the chart
@dpericaxon @yurishkuro Why is sparkdependencies hosted in github and the rest are hosted on docker? https://github.com/orgs/jaegertracing/packages
That is a bit confusing especially since there is on on docker that is claimed to be outdated via https://github.com/jaegertracing/spark-dependencies/issues/137#issuecomment-2119746686
I don't know how/why that decision was made. I agree it would've been better to use the same Docker and Quay hosting we use for other images.
I updated the readme for spark-dependencies. I think this Helm chart should be pointing to a different location too: https://github.com/jaegertracing/helm-charts/blob/f4213e24f1ff4b41f04b5087ab1c912fd0275751/charts/jaeger/values.yaml#L781
Yeah that link to the values is what I meant by https://github.com/jaegertracing/helm-charts/issues/574#issuecomment-2125946735
I can make a PR. I think just setting the registry and repo to default to the ghcr.io will be fine. I did this locally since we use the global.imageRegistry. Then it will work out if the box for others.
I fixed it by adding the registry and repository to my configuration as follows. Could you merge this into the official Helm charts?
spark:
enabled: true
image:
registry: ghcr.io
repository: jaegertracing/spark-dependencies/spark-dependencies
What happened?
As a user of the "system architecture" tab in Jaeger I would like to use Spark to generate the diagrams.
But spark no longer works with new charts that use elasticsearch 8+
Spark job throws logs stating that it requires elasticsearch 7 and hadoop.
Steps to reproduce
Expected behavior
spark job completes as it used to
Relevant log output
Screenshot
No response
Additional context
No response
Jaeger backend version
3.0.7
SDK
No response
Pipeline
No response
Stogage backend
Elasticsearch 8+
Operating system
Linux
Deployment model
Kubernetes
Deployment configs