You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ray-operator/config/samples/ray-cronjob.sample.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ spec:
41
41
42
42
# rayClusterSpec specifies the RayCluster instance to be created by the RayJob controller.
43
43
rayClusterSpec:
44
-
rayVersion: '2.46.0'# should match the Ray version in the image of the containers
44
+
rayVersion: '2.52.0'# should match the Ray version in the image of the containers
45
45
# Ray head pod template
46
46
headGroupSpec:
47
47
# The `rayStartParams` are used to configure the `ray start` command.
@@ -53,7 +53,7 @@ spec:
53
53
spec:
54
54
containers:
55
55
- name: ray-head
56
-
image: rayproject/ray:2.46.0
56
+
image: rayproject/ray:2.52.0
57
57
ports:
58
58
- containerPort: 6379
59
59
name: gcs-server
@@ -95,7 +95,7 @@ spec:
95
95
spec:
96
96
containers:
97
97
- name: ray-worker # must consist of lower case alphanumeric characters or '-', and must start and end with an alphanumeric character (e.g. 'my-name', or '123-abc'
98
-
image: rayproject/ray:2.46.0
98
+
image: rayproject/ray:2.52.0
99
99
resources:
100
100
limits:
101
101
cpu: "1"
@@ -109,7 +109,7 @@ spec:
109
109
# restartPolicy: Never
110
110
# containers:
111
111
# - name: my-custom-rayjob-submitter-pod
112
-
# image: rayproject/ray:2.46.0
112
+
# image: rayproject/ray:2.52.0
113
113
# # If Command is not specified, the correct command will be supplied at runtime using the RayJob spec `entrypoint` field.
0 commit comments