Prepare release v1.2.0-rc.1
This commit is contained in:
parent
b11261ebe7
commit
676dbef6d3
3 changed files with 3 additions and 3 deletions
|
@ -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)"
|
||||
|
|
|
@ -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)"
|
||||
|
|
|
@ -33,7 +33,7 @@ type driver struct {
|
|||
}
|
||||
|
||||
var (
|
||||
vendorVersion = "v1.1.1"
|
||||
vendorVersion = "v1.2.0-rc.1"
|
||||
driverName = "ch.ctrox.csi.s3-driver"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue