From 8c4799290913a7a87698b89ba16014dfbb59fd68 Mon Sep 17 00:00:00 2001 From: Shilpa Chugh Date: Fri, 12 Apr 2024 13:23:57 +0530 Subject: [PATCH] Update kuberay version to latest --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1b77a8e1..fa92d560c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ VERSION ?= v0.0.0-dev BUNDLE_VERSION ?= $(VERSION:v%=%) # KUBERAY_VERSION defines the default version of the KubeRay operator (used for testing) -KUBERAY_VERSION ?= v1.0.0 +KUBERAY_VERSION ?= v1.1.0 # RAY_VERSION defines the default version of Ray (used for testing) RAY_VERSION ?= 2.5.0