Skip to content

Commit

Permalink
Prepare release v1.2.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrox committed Apr 6, 2021
1 parent b11261e commit 676dbef
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
Expand Up @@ -81,7 +81,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: ctrox/csi-s3:dev
image: ctrox/csi-s3:v1.2.0-rc.1
imagePullPolicy: Never
args:
- "--endpoint=$(CSI_ENDPOINT)"
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/provisioner.yaml
Expand Up @@ -89,7 +89,7 @@ spec:
- name: socket-dir
mountPath: /var/lib/kubelet/plugins/ch.ctrox.csi.s3-driver
- name: csi-s3
image: ctrox/csi-s3:dev
image: ctrox/csi-s3:v1.2.0-rc.1
args:
- "--endpoint=$(CSI_ENDPOINT)"
- "--nodeid=$(NODE_ID)"
Expand Down
2 changes: 1 addition & 1 deletion pkg/driver/driver.go
Expand Up @@ -33,7 +33,7 @@ type driver struct {
}

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

Expand Down

0 comments on commit 676dbef

Please sign in to comment.