Skip to content

Commit 0b8f1f7

Browse files
Maxusmustiopenshift-merge-robot
authored andcommitted
Updated ray version in base template to 2.5.0
1 parent cecae82 commit 0b8f1f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/codeflare_sdk/templates/base-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
# - kubernetes
5050
spec:
5151
# The version of Ray you are using. Make sure all Ray containers are running this version of Ray.
52-
rayVersion: '2.1.0'
52+
rayVersion: '2.5.0'
5353
# If enableInTreeAutoscaling is true, the autoscaler sidecar will be added to the Ray head pod.
5454
# Ray autoscaler integration is supported only for Ray versions >= 1.11.0
5555
# Ray autoscaler integration is Beta with KubeRay >= 0.3.0 and Ray >= 2.0.0.

tests/test-case.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ spec:
109109
nvidia.com/gpu: 0
110110
imagePullSecrets:
111111
- name: unit-test-pull-secret
112-
rayVersion: 2.1.0
112+
rayVersion: 2.5.0
113113
workerGroupSpecs:
114114
- groupName: small-group-unit-test-cluster
115115
maxReplicas: 2

0 commit comments

Comments
 (0)