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 11eb2a3 commit 6ee67adCopy full SHA for 6ee67ad
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 ?= v0.9.0
+IMAGE_VERSION ?= v0.10.0
21
# Use a custom version for E2E tests if we are in Prow
22
ifdef CI
23
ifndef PUBLISH
@@ -138,4 +138,4 @@ create-metrics-svc:
138
create-example-deployment:
139
kubectl apply -f deploy/example/storageclass-blobfuse.yaml
140
kubectl apply -f deploy/example/deployment.yaml
141
- kubectl apply -f deploy/example/statefulset.yaml
+ kubectl apply -f deploy/example/statefulset.yaml
0 commit comments