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