From 22103071751c155d3e7ec078b4c5ff1ce7ff57d1 Mon Sep 17 00:00:00 2001 From: Andy Zhang Date: Tue, 15 Oct 2024 16:02:55 +0800 Subject: [PATCH] chore: update version in Makefile on master branch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fcb0bdabe..d26d36cbe 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.25.0 +IMAGE_VERSION ?= v1.26.0 CLOUD ?= AzurePublicCloud # Use a custom version for E2E tests if we are in Prow ifdef CI