Skip to content

Commit fe5edf2

Browse files
committed
doc: use latest version for master branch
1 parent 99ebc0b commit fe5edf2

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
@@ -65,7 +65,7 @@ spec:
6565
cpu: 10m
6666
memory: 20Mi
6767
- name: blob
68-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.5.0
68+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
6969
imagePullPolicy: IfNotPresent
7070
args:
7171
- "--v=5"

deploy/csi-blob-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ spec:
8080
cpu: 10m
8181
memory: 20Mi
8282
- name: blob
83-
image: mcr.microsoft.com/k8s/csi/blob-csi:v1.5.0
83+
image: mcr.microsoft.com/k8s/csi/blob-csi:latest
8484
imagePullPolicy: IfNotPresent
8585
args:
8686
- "--v=5"

0 commit comments

Comments
 (0)