Skip to content

Commit

Permalink
doc: change latest to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed May 9, 2020
1 parent 7089e52 commit c801725
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 @@ -67,7 +67,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: blobfuse
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.3.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 @@ -48,7 +48,7 @@ spec:
- name: registration-dir
mountPath: /registration
- name: blobfuse
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.3.0
args:
- "--v=5"
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down

0 comments on commit c801725

Please sign in to comment.