Release new version

This commit is contained in:
Cyrill Troxler 2019-05-18 11:55:37 +02:00
parent 29c10b9418
commit fb6584d7e4
3 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@ spec:
capabilities: capabilities:
add: ["SYS_ADMIN"] add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true allowPrivilegeEscalation: true
image: ctrox/csi-s3:v1.1.0 image: ctrox/csi-s3:v1.1.1
args: args:
- "--endpoint=$(CSI_ENDPOINT)" - "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)" - "--nodeid=$(NODE_ID)"

View file

@ -81,7 +81,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
- name: csi-s3 - name: csi-s3
image: ctrox/csi-s3:v1.1.0 image: ctrox/csi-s3:v1.1.1
args: args:
- "--endpoint=$(CSI_ENDPOINT)" - "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)" - "--nodeid=$(NODE_ID)"

View file

@ -40,7 +40,7 @@ type s3Volume struct {
} }
var ( var (
vendorVersion = "1.1.0" vendorVersion = "v1.1.1"
driverName = "ch.ctrox.csi.s3-driver" driverName = "ch.ctrox.csi.s3-driver"
) )