diff --git a/src/codeflare_sdk/templates/base-template.yaml b/src/codeflare_sdk/templates/base-template.yaml index f408df2e2..4eafd2142 100644 --- a/src/codeflare_sdk/templates/base-template.yaml +++ b/src/codeflare_sdk/templates/base-template.yaml @@ -49,7 +49,7 @@ spec: # - kubernetes spec: # The version of Ray you are using. Make sure all Ray containers are running this version of Ray. - rayVersion: '2.1.0' + rayVersion: '2.5.0' # If enableInTreeAutoscaling is true, the autoscaler sidecar will be added to the Ray head pod. # Ray autoscaler integration is supported only for Ray versions >= 1.11.0 # Ray autoscaler integration is Beta with KubeRay >= 0.3.0 and Ray >= 2.0.0. diff --git a/tests/test-case.yaml b/tests/test-case.yaml index 167bb61b3..a02284f82 100644 --- a/tests/test-case.yaml +++ b/tests/test-case.yaml @@ -109,7 +109,7 @@ spec: nvidia.com/gpu: 0 imagePullSecrets: - name: unit-test-pull-secret - rayVersion: 2.1.0 + rayVersion: 2.5.0 workerGroupSpecs: - groupName: small-group-unit-test-cluster maxReplicas: 2