Skip to content

Commit 6ee67ad

Browse files
authored
chore: switch to v0.10.0 for master branch
1 parent 11eb2a3 commit 6ee67ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
1717
REGISTRY ?= andyzhangx
1818
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
1919
IMAGE_NAME ?= blob-csi
20-
IMAGE_VERSION ?= v0.9.0
20+
IMAGE_VERSION ?= v0.10.0
2121
# Use a custom version for E2E tests if we are in Prow
2222
ifdef CI
2323
ifndef PUBLISH
@@ -138,4 +138,4 @@ create-metrics-svc:
138138
create-example-deployment:
139139
kubectl apply -f deploy/example/storageclass-blobfuse.yaml
140140
kubectl apply -f deploy/example/deployment.yaml
141-
kubectl apply -f deploy/example/statefulset.yaml
141+
kubectl apply -f deploy/example/statefulset.yaml

0 commit comments

Comments
 (0)