Skip to content

Commit 8a81d64

Browse files
committed
doc: use latest version for master branch
1 parent 6d8457e commit 8a81d64

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:v1.0.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
@@ -76,7 +76,7 @@ spec:
7676
cpu: 10m
7777
memory: 20Mi
7878
- name: blob
79-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.0.0
79+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
8080
imagePullPolicy: IfNotPresent
8181
args:
8282
- "--v=5"

0 commit comments

Comments
 (0)