Skip to content

Commit b3b48d3

Browse files
committed
doc: change latest to v0.5.0
1 parent d38b73d commit b3b48d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deploy/csi-azuredisk-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
- name: socket-dir
9898
mountPath: /csi
9999
- name: azuredisk
100-
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:latest
100+
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.5.0
101101
args:
102102
- "--v=5"
103103
- "--endpoint=$(CSI_ENDPOINT)"

deploy/csi-azuredisk-node.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ spec:
4848
- name: registration-dir
4949
mountPath: /registration
5050
- name: azuredisk
51-
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:latest
51+
image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.5.0
5252
args:
5353
- "--v=5"
5454
- "--endpoint=$(CSI_ENDPOINT)"

0 commit comments

Comments
 (0)