mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 10:53:34 +00:00
Release version 1.1.0 update to driver versions and other artifacts.
*) Driver version updated for RBD and CephFS. *) Dockerfile updated to have 1.1.0 tag *) Deployment yamls updated to 1.1.0 yamls. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
@ -61,8 +61,8 @@ spec:
|
||||
privileged: true
|
||||
capabilities:
|
||||
add: ["SYS_ADMIN"]
|
||||
# for stable functionality replace canary with latest release version
|
||||
image: quay.io/cephcsi/cephcsi:canary
|
||||
# for stable functionality replace v1.1.0 with latest release version
|
||||
image: quay.io/cephcsi/cephcsi:v1.1.0
|
||||
args:
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
- "--type=cephfs"
|
||||
|
@ -48,8 +48,8 @@ spec:
|
||||
capabilities:
|
||||
add: ["SYS_ADMIN"]
|
||||
allowPrivilegeEscalation: true
|
||||
# for stable functionality replace canary with latest release version
|
||||
image: quay.io/cephcsi/cephcsi:canary
|
||||
# for stable functionality replace v1.1.0 with latest release version
|
||||
image: quay.io/cephcsi/cephcsi:v1.1.0
|
||||
args:
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
- "--type=cephfs"
|
||||
|
Reference in New Issue
Block a user