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 0c7415a commit 3e94b30Copy full SHA for 3e94b30
Makefile
@@ -16,7 +16,7 @@ PKG = sigs.k8s.io/blobfuse-csi-driver
16
GIT_COMMIT ?= $(shell git rev-parse HEAD)
17
REGISTRY ?= andyzhangx
18
IMAGE_NAME = blobfuse-csi
19
-IMAGE_VERSION ?= v0.5.0
+IMAGE_VERSION ?= v0.6.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