Release new version
This commit is contained in:
parent
29c10b9418
commit
fb6584d7e4
3 changed files with 3 additions and 3 deletions
|
@ -81,7 +81,7 @@ spec:
|
|||
capabilities:
|
||||
add: ["SYS_ADMIN"]
|
||||
allowPrivilegeEscalation: true
|
||||
image: ctrox/csi-s3:v1.1.0
|
||||
image: ctrox/csi-s3:v1.1.1
|
||||
args:
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
|
|
|
@ -81,7 +81,7 @@ spec:
|
|||
- name: socket-dir
|
||||
mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
|
||||
- name: csi-s3
|
||||
image: ctrox/csi-s3:v1.1.0
|
||||
image: ctrox/csi-s3:v1.1.1
|
||||
args:
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
|
|
|
@ -40,7 +40,7 @@ type s3Volume struct {
|
|||
}
|
||||
|
||||
var (
|
||||
vendorVersion = "1.1.0"
|
||||
vendorVersion = "v1.1.1"
|
||||
driverName = "ch.ctrox.csi.s3-driver"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue