Skip to content

Commit

Permalink
[release][2/N] Update RayCluster Helm chart from Ray 2.9 to Ray 2.41 (#…
Browse files Browse the repository at this point in the history
…2936)

Signed-off-by: kaihsun <kaihsun@anyscale.com>
  • Loading branch information
kevin85421 authored Feb 6, 2025
1 parent 561a098 commit 8f88ba5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions helm-chart/ray-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

image:
repository: rayproject/ray
tag: 2.9.0
tag: 2.41.0
pullPolicy: IfNotPresent

nameOverride: "kuberay"
Expand All @@ -26,7 +26,7 @@ common:
head:
# rayVersion determines the autoscaler's image version.
# It should match the Ray version in the image of the containers.
# rayVersion: 2.9.0
# rayVersion: 2.41.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.
Expand Down Expand Up @@ -57,8 +57,7 @@ head:
# in the headGroupSpec. See https://github.com/ray-project/kuberay/pull/1128 for more details.
serviceAccountName: ""
restartPolicy: ""
rayStartParams:
dashboard-host: '0.0.0.0'
rayStartParams: {}
# containerEnv specifies environment variables for the Ray container,
# Follows standard K8s container env schema.
containerEnv: []
Expand Down

0 comments on commit 8f88ba5

Please sign in to comment.