Skip to content

Commit 3f98863

Browse files
committed
doc: use latest version for master branch
1 parent af5eb36 commit 3f98863

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/csi-smb-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
cpu: 10m
6262
memory: 20Mi
6363
- name: smb
64-
image: mcr.microsoft.com/k8s/csi/smb-csi:v0.5.0
64+
image: mcr.microsoft.com/k8s/csi/smb-csi:latest
6565
imagePullPolicy: IfNotPresent
6666
args:
6767
- "--v=5"

deploy/csi-smb-node-windows.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: smb
68-
image: mcr.microsoft.com/k8s/csi/smb-csi:v0.5.0
68+
image: mcr.microsoft.com/k8s/csi/smb-csi:latest
6969
imagePullPolicy: IfNotPresent
7070
args:
7171
- --v=5

deploy/csi-smb-node.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: smb
69-
image: mcr.microsoft.com/k8s/csi/smb-csi:v0.5.0
69+
image: mcr.microsoft.com/k8s/csi/smb-csi:latest
7070
imagePullPolicy: IfNotPresent
7171
args:
7272
- "--v=5"

0 commit comments

Comments
 (0)