Skip to content

Commit e68e463

Browse files
committed
doc: use latest version for master branch
1 parent fb7cfa3 commit e68e463

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/csi-blob-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: blob
85-
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.0
85+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
8686
imagePullPolicy: IfNotPresent
8787
args:
8888
- "--v=5"

deploy/csi-blob-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: blob
69-
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.7.0
69+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
7070
imagePullPolicy: IfNotPresent
7171
args:
7272
- "--v=5"

0 commit comments

Comments
 (0)