Skip to content

Commit

Permalink
doc: change latest to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 9, 2020
1 parent 796767f commit 768c96f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-blobfuse-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: blobfuse
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.4.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-blobfuse-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: blobfuse
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.4.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down

0 comments on commit 768c96f

Please sign in to comment.