From 3698e790d14614bbcc91a9fb929506bf5e00ad3f Mon Sep 17 00:00:00 2001 From: drivebyer Date: Thu, 1 Aug 2024 14:14:47 +0800 Subject: [PATCH] Update redis operator version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5bb014d7a..3e2c5fee7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # Current Operator version -VERSION ?= 0.15.1 +VERSION ?= 0.18.0 # Default bundle image tag BUNDLE_IMG ?= controller-bundle:$(VERSION) # Options for 'bundle-build'