Skip to content

Commit 6e3c37a

Browse files
committed
fix: update example yaml to use ray 2.52.0 image
Signed-off-by: machichima <nary12321@gmail.com>
1 parent a38d13a commit 6e3c37a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ray-operator/config/samples/ray-cronjob.sample.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141

4242
# rayClusterSpec specifies the RayCluster instance to be created by the RayJob controller.
4343
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
4545
# Ray head pod template
4646
headGroupSpec:
4747
# The `rayStartParams` are used to configure the `ray start` command.
@@ -53,7 +53,7 @@ spec:
5353
spec:
5454
containers:
5555
- name: ray-head
56-
image: rayproject/ray:2.46.0
56+
image: rayproject/ray:2.52.0
5757
ports:
5858
- containerPort: 6379
5959
name: gcs-server
@@ -95,7 +95,7 @@ spec:
9595
spec:
9696
containers:
9797
- 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
9999
resources:
100100
limits:
101101
cpu: "1"
@@ -109,7 +109,7 @@ spec:
109109
# restartPolicy: Never
110110
# containers:
111111
# - name: my-custom-rayjob-submitter-pod
112-
# image: rayproject/ray:2.46.0
112+
# image: rayproject/ray:2.52.0
113113
# # If Command is not specified, the correct command will be supplied at runtime using the RayJob spec `entrypoint` field.
114114
# # Specifying Command is not recommended.
115115
# # command: ["sh", "-c", "ray job submit --address=http://$RAY_DASHBOARD_ADDRESS --submission-id=$RAY_JOB_SUBMISSION_ID -- echo hello world"]

0 commit comments

Comments
 (0)