Skip to content

Commit c801725

Browse files
committed
doc: change latest to v0.3.0
1 parent 7089e52 commit c801725

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: deploy/csi-blobfuse-controller.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
- name: socket-dir
6868
mountPath: /csi
6969
- name: blobfuse
70-
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
70+
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.3.0
7171
args:
7272
- "--v=5"
7373
- "--endpoint=$(CSI_ENDPOINT)"

Diff for: deploy/csi-blobfuse-node.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
- name: registration-dir
4949
mountPath: /registration
5050
- name: blobfuse
51-
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
51+
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.3.0
5252
args:
5353
- "--v=5"
5454
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)