Skip to content

Commit a2da78b

Browse files
committed
test dalec image v1.26.6-3
1 parent ef4cc31 commit a2da78b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414

1515
PKG = sigs.k8s.io/blob-csi-driver
1616
GIT_COMMIT ?= $(shell git rev-parse HEAD)
17-
REGISTRY ?= andyzhangx
17+
REGISTRY = mcr.microsoft.com/oss/v2/kubernetes-csi
1818
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1919
IMAGE_NAME ?= blob-csi
20-
IMAGE_VERSION ?= v1.27.0
20+
IMAGE_VERSION = v1.26.6-3
2121
CLOUD ?= AzurePublicCloud
2222
# Use a custom version for E2E tests if we are in Prow
2323
ifdef CI
2424
ifndef PUBLISH
25-
override IMAGE_VERSION := e2e-$(GIT_COMMIT)
25+
override IMAGE_VERSION := $(IMAGE_VERSION)
2626
endif
2727
endif
2828
CSI_IMAGE_TAG ?= $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)

0 commit comments

Comments
 (0)