Skip to content

Commit 768c96f

Browse files
committed
doc: change latest to v0.4.0
1 parent 796767f commit 768c96f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/csi-blobfuse-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ spec:
100100
cpu: 10m
101101
memory: 20Mi
102102
- name: blobfuse
103-
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
103+
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.4.0
104104
args:
105105
- "--v=5"
106106
- "--endpoint=$(CSI_ENDPOINT)"

deploy/csi-blobfuse-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ spec:
6363
cpu: 10m
6464
memory: 20Mi
6565
- name: blobfuse
66-
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
66+
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.4.0
6767
args:
6868
- "--v=5"
6969
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)