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 c116bd2 commit c46a8a6Copy full SHA for c46a8a6
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 ?= smb-csi
20
-IMAGE_VERSION ?= v0.7.0
+IMAGE_VERSION ?= v1.0.0
21
# Use a custom version for E2E tests if we are testing in CI
22
ifdef CI
23
ifndef PUBLISH
0 commit comments