Skip to content

Commit 4ec0102

Browse files
committed
doc: use latest version for master branch
fix csi-resizer version
1 parent 8b7b256 commit 4ec0102

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

0 commit comments

Comments
 (0)