From e1965b338c300757ec0e2754faa62fa26e8ea558 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Thu, 14 Sep 2023 21:19:54 +0800 Subject: [PATCH] chore: update master branch build version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5e061b2dd..c75dc79ff 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD) REGISTRY ?= andyzhangx REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g") IMAGE_NAME ?= blob-csi -IMAGE_VERSION ?= v1.23.0 +IMAGE_VERSION ?= v1.24.0 CLOUD ?= AzurePublicCloud # Use a custom version for E2E tests if we are in Prow ifdef CI