From ae1ebbd0e3d9af7ef86989f1aa8cf9f9897a7d2c Mon Sep 17 00:00:00 2001 From: Pravali Uppugunduri Date: Tue, 23 Sep 2025 23:16:50 +0000 Subject: [PATCH] adding KubeRay as a dependency of HyperpodHelmChart --- helm_chart/HyperPodHelmChart/Chart.yaml | 4 ++++ helm_chart/HyperPodHelmChart/values.yaml | 2 ++ 2 files changed, 6 insertions(+) diff --git a/helm_chart/HyperPodHelmChart/Chart.yaml b/helm_chart/HyperPodHelmChart/Chart.yaml index 31d37bfa..6d462b06 100644 --- a/helm_chart/HyperPodHelmChart/Chart.yaml +++ b/helm_chart/HyperPodHelmChart/Chart.yaml @@ -88,3 +88,7 @@ dependencies: version: "0.1.0" repository: "file://charts/hyperpod-patching" condition: hyperpod-patching.enabled + - name: kuberay-operator + version: "1.4.2" + repository: "https://ray-project.github.io/kuberay-helm/" + condition: kuberay.enabled diff --git a/helm_chart/HyperPodHelmChart/values.yaml b/helm_chart/HyperPodHelmChart/values.yaml index 7628c91c..d1634d0d 100644 --- a/helm_chart/HyperPodHelmChart/values.yaml +++ b/helm_chart/HyperPodHelmChart/values.yaml @@ -286,3 +286,5 @@ job-auto-restart: enabled: true hyperpod-patching: enabled: true +kuberay: + enabled: true