We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a5018e commit 5bd6967Copy full SHA for 5bd6967
Makefile
@@ -14,15 +14,15 @@
14
15
PKG = sigs.k8s.io/blob-csi-driver
16
GIT_COMMIT ?= $(shell git rev-parse HEAD)
17
-REGISTRY ?= andyzhangx
+REGISTRY = mcr.microsoft.com/oss/v2/kubernetes-csi
18
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
19
IMAGE_NAME ?= blob-csi
20
-IMAGE_VERSION ?= v1.28.0
+IMAGE_VERSION ?= v1.27.0
21
CLOUD ?= AzurePublicCloud
22
# Use a custom version for E2E tests if we are in Prow
23
ifdef CI
24
ifndef PUBLISH
25
-override IMAGE_VERSION := e2e-$(GIT_COMMIT)
+override IMAGE_VERSION := $(IMAGE_VERSION)
26
endif
27
28
CSI_IMAGE_TAG ?= $(REGISTRY)/$(IMAGE_NAME):$(IMAGE_VERSION)
0 commit comments