Skip to content

Commit 2c52660

Browse files
committed
doc: use latest version for master branch
1 parent c743751 commit 2c52660

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
@@ -82,7 +82,7 @@ spec:
8282
cpu: 10m
8383
memory: 20Mi
8484
- name: blobfuse
85-
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.6.0
85+
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
8686
imagePullPolicy: IfNotPresent
8787
args:
8888
- "--v=5"

deploy/csi-blobfuse-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ spec:
6666
cpu: 10m
6767
memory: 20Mi
6868
- name: blobfuse
69-
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:v0.6.0
69+
image: mcr.microsoft.com/k8s/csi/blobfuse-csi:latest
7070
imagePullPolicy: IfNotPresent
7171
args:
7272
- "--v=5"

0 commit comments

Comments
 (0)