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

@ -1,10 +1,10 @@
---
apiVersion: v1
appVersion: "1.0.0"
appVersion: "1.1.0"
description: "Container Storage Interface (CSI) driver,
provisioner, snapshotter, and attacher for Ceph RBD"
name: ceph-csi-rbd
version: 0.8.0
version: 1.1.0
keywords:
- ceph
- rbd

View File

@ -52,8 +52,8 @@ nodeplugin:
plugin:
image:
repository: quay.io/cephcsi/cephcsi
# for stable functionality replace canary with latest release version
tag: canary
# for stable functionality replace v1.1.0 with latest release version
tag: v1.1.0
pullPolicy: IfNotPresent
resources: {}

View File

@ -76,8 +76,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=rbd"

View File

@ -49,8 +49,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=rbd"