We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f6ac1d commit db190adCopy full SHA for db190ad
Makefile
@@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
17
REGISTRY ?= andyzhangx
18
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
19
IMAGE_NAME ?= blob-csi
20
-IMAGE_VERSION ?= v1.26.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
0 commit comments