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 a7a3eb9 commit b368a62Copy full SHA for b368a62
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.4.0
+IMAGE_VERSION ?= v1.4.1
21
CLOUD ?= AzurePublicCloud
22
# Use a custom version for E2E tests if we are in Prow
23
ifdef CI
0 commit comments