IBM / data-prep-kit

Open source project for data preparation of LLM application builders
https://ibm.github.io/data-prep-kit/
Apache License 2.0
314 stars 135 forks source link

Update Kuberay api server version in requirements.env. #808

Closed revit13 closed 1 week ago

revit13 commented 1 week ago

Why are these changes needed?

The image tag for the KubeRay API server set in ray_api_server_values.yaml was not used because it was overridden in install_kuberay.sh script with the version specified in requirements.env. This PR fixes that.

Related issue number (if any).

807