File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- v1.2.7
1+ v1.2.8
Original file line number Diff line number Diff line change 4444 - name : socket-dir
4545 mountPath : /csi
4646 - name : rclone
47- image : wunderio/csi-rclone:v1.2.6
47+ image : wunderio/csi-rclone:v1.2.8
4848 args :
4949 - " --nodeid=$(NODE_ID)"
5050 - " --endpoint=$(CSI_ENDPOINT)"
6161 mountPath : /plugin
6262 volumes :
6363 - name : socket-dir
64- emptyDir :
64+ emptyDir : {}
Original file line number Diff line number Diff line change 4444 capabilities :
4545 add : ["SYS_ADMIN"]
4646 allowPrivilegeEscalation : true
47- image : wunderio/csi-rclone:v1.2.6
47+ image : wunderio/csi-rclone:v1.2.8
4848 args :
4949 - " --nodeid=$(NODE_ID)"
5050 - " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 11module github.com/wunderio/csi-rclone
22
3+ go 1.15
4+
35require (
46 github.com/container-storage-interface/spec v1.0.0
57 github.com/davecgh/go-spew v1.1.1 // indirect
You can’t perform that action at this time.
0 commit comments