Skip to content

Commit db190ad

Browse files
authored
chore: update version in Makefile on master branch
1 parent 8f6ac1d commit db190ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
1717
REGISTRY ?= andyzhangx
1818
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1919
IMAGE_NAME ?= blob-csi
20-
IMAGE_VERSION ?= v1.26.0
20+
IMAGE_VERSION ?= v1.27.0
2121
CLOUD ?= AzurePublicCloud
2222
# Use a custom version for E2E tests if we are in Prow
2323
ifdef CI

0 commit comments

Comments
 (0)