Skip to content

Commit 44077b8

Browse files
committed
doc: use latest version for master branch
1 parent 0d80d8a commit 44077b8

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
@@ -67,7 +67,7 @@ spec:
6767
cpu: 10m
6868
memory: 20Mi
6969
- name: blob
70-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.2.0
70+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
7171
imagePullPolicy: IfNotPresent
7272
args:
7373
- "--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.2.0
79+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
8080
imagePullPolicy: IfNotPresent
8181
args:
8282
- "--v=5"

0 commit comments

Comments
 (0)