mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +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:
@ -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
|
||||
|
@ -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: {}
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user