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:
Humble Chirammal
2019-07-08 17:30:52 +05:30
parent 3dde768894
commit f476c1086f
11 changed files with 22 additions and 25 deletions

View File

@ -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"

View File

@ -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"