We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c20f6 commit d52c62dCopy full SHA for d52c62d
Makefile
@@ -16,7 +16,7 @@ PKG = sigs.k8s.io/azurefile-csi-driver
16
GIT_COMMIT ?= $(shell git rev-parse HEAD)
17
REGISTRY ?= andyzhangx
18
IMAGE_NAME = azurefile-csi
19
-IMAGE_VERSION ?= v0.6.0
+IMAGE_VERSION ?= v0.5.0
20
# Use a custom version for E2E tests if we are in Prow
21
ifdef AZURE_CREDENTIALS
22
override IMAGE_VERSION := e2e-$(GIT_COMMIT)
0 commit comments