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 5bd6967 commit 7ecbbfcCopy full SHA for 7ecbbfc
Makefile
@@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
17
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.27.0
+IMAGE_VERSION ?= v1.27.0-2
21
CLOUD ?= AzurePublicCloud
22
# Use a custom version for E2E tests if we are in Prow
23
ifdef CI
0 commit comments