Skip to content

Commit fef3618

Browse files
committed
doc: use latest version for master branch
1 parent ec2e763 commit fef3618

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
@@ -63,7 +63,7 @@ spec:
6363
cpu: 10m
6464
memory: 20Mi
6565
- name: blob
66-
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.10.0
66+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
6767
imagePullPolicy: IfNotPresent
6868
args:
6969
- "--v=5"

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ spec:
6767
cpu: 10m
6868
memory: 20Mi
6969
- name: blob
70-
image: mcr.microsoft.com/k8s/csi/blob-csi:v0.10.0
70+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
7171
imagePullPolicy: IfNotPresent
7272
args:
7373
- "--v=5"

0 commit comments

Comments
 (0)