diff --git a/ray-operator/config/security/ray-cluster.pod-security.yaml b/ray-operator/config/security/ray-cluster.pod-security.yaml index 2d3d340ebe..cd7731b5b5 100644 --- a/ray-operator/config/security/ray-cluster.pod-security.yaml +++ b/ray-operator/config/security/ray-cluster.pod-security.yaml @@ -10,7 +10,7 @@ metadata: # A unique identifier for the head node and workers of this cluster. name: raycluster-pod-security spec: - rayVersion: '2.2.0' + rayVersion: '2.4.0' # Ray head pod configuration headGroupSpec: # for the head group, replicas should always be 1. @@ -24,7 +24,7 @@ spec: spec: containers: - name: ray-head - image: rayproject/ray-ml:2.2.0 + image: rayproject/ray-ml:2.4.0 ports: - containerPort: 6379 name: gcs @@ -88,7 +88,7 @@ spec: spec: containers: - name: ray-worker - image: rayproject/ray-ml:2.2.0 + image: rayproject/ray-ml:2.4.0 # environment variables to set in the container.Optional. # Refer to https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/ lifecycle: