We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38b73d commit b3b48d3Copy full SHA for b3b48d3
deploy/csi-azuredisk-controller.yaml
@@ -97,7 +97,7 @@ spec:
97
- name: socket-dir
98
mountPath: /csi
99
- name: azuredisk
100
- image: mcr.microsoft.com/k8s/csi/azuredisk-csi:latest
+ image: mcr.microsoft.com/k8s/csi/azuredisk-csi:v0.5.0
101
args:
102
- "--v=5"
103
- "--endpoint=$(CSI_ENDPOINT)"
deploy/csi-azuredisk-node.yaml
@@ -48,7 +48,7 @@ spec:
48
- name: registration-dir
49
mountPath: /registration
50
51
52
53
54
0 commit comments