Skip to content

Commit c6b9d73

Browse files
committed
Latest rclone image rebuild; controller volume resource definition fix
1 parent 7528c92 commit c6b9d73

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.2.7
1+
v1.2.8

deploy/kubernetes/csi-controller-rclone.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
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)"
@@ -61,4 +61,4 @@ spec:
6161
mountPath: /plugin
6262
volumes:
6363
- name: socket-dir
64-
emptyDir:
64+
emptyDir: {}

deploy/kubernetes/csi-nodeplugin-rclone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
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)"

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module github.com/wunderio/csi-rclone
22

3+
go 1.15
4+
35
require (
46
github.com/container-storage-interface/spec v1.0.0
57
github.com/davecgh/go-spew v1.1.1 // indirect

0 commit comments

Comments
 (0)