From 5bd6967f3bb91ff95fec7d0a19126f2cb67c0515 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Wed, 3 Sep 2025 03:45:58 +0000 Subject: [PATCH 1/3] test dalec image v1.27.0 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 8de5fe537..9a5d687c6 100644 --- a/Makefile +++ b/Makefile @@ -14,15 +14,15 @@ PKG = sigs.k8s.io/blob-csi-driver GIT_COMMIT ?= $(shell git rev-parse HEAD) -REGISTRY ?= andyzhangx +REGISTRY = mcr.microsoft.com/oss/v2/kubernetes-csi REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g") IMAGE_NAME ?= blob-csi -IMAGE_VERSION ?= v1.28.0 +IMAGE_VERSION ?= v1.27.0 CLOUD ?= AzurePublicCloud # Use a custom version for E2E tests if we are in Prow ifdef CI ifndef PUBLISH -override IMAGE_VERSION := e2e-$(GIT_COMMIT) +override IMAGE_VERSION := $(IMAGE_VERSION) endif endif CSI_IMAGE_TAG ?= $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION) From 7ecbbfc6703d424b398df134c387287234abe6ef Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Tue, 2 Dec 2025 02:53:33 +0000 Subject: [PATCH 2/3] v1.27.0-2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a5d687c6..4842e59f1 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD) REGISTRY = mcr.microsoft.com/oss/v2/kubernetes-csi REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g") IMAGE_NAME ?= blob-csi -IMAGE_VERSION ?= v1.27.0 +IMAGE_VERSION ?= v1.27.0-2 CLOUD ?= AzurePublicCloud # Use a custom version for E2E tests if we are in Prow ifdef CI From 2389e1d59f1719a9f97cccba4bf694b3df459d10 Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Tue, 2 Dec 2025 05:03:23 +0000 Subject: [PATCH 3/3] v1.26.7-3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4842e59f1..9bbc863a8 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD) REGISTRY = mcr.microsoft.com/oss/v2/kubernetes-csi REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g") IMAGE_NAME ?= blob-csi -IMAGE_VERSION ?= v1.27.0-2 +IMAGE_VERSION ?= v1.26.7-3 CLOUD ?= AzurePublicCloud # Use a custom version for E2E tests if we are in Prow ifdef CI