Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrox committed May 18, 2019
1 parent 29c10b9 commit fb6584d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/kubernetes/csi-s3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down
2 changes: 1 addition & 1 deletion pkg/s3/s3-driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ type s3Volume struct {
}

var (
vendorVersion = "1.1.0"
vendorVersion = "v1.1.1"
driverName = "ch.ctrox.csi.s3-driver"
)

Expand Down

0 comments on commit fb6584d

Please sign in to comment.