prepare release v2.0.0

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2020-01-20 17:47:08 +05:30
committed by Humble Devassy Chirammal
parent 520ceb6dcb
commit e58d537a07
13 changed files with 20 additions and 18 deletions

View File

@ -104,7 +104,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:canary
image: quay.io/cephcsi/cephcsi:v2.0.0
args:
- "--nodeid=$(NODE_ID)"
- "--type=rbd"
@ -143,7 +143,7 @@ spec:
- name: keys-tmp-dir
mountPath: /tmp/csi/keys
- name: liveness-prometheus
image: quay.io/cephcsi/cephcsi:canary
image: quay.io/cephcsi/cephcsi:v2.0.0
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"

View File

@ -55,7 +55,7 @@ spec:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:canary
image: quay.io/cephcsi/cephcsi:v2.0.0
args:
- "--nodeid=$(NODE_ID)"
- "--type=rbd"
@ -105,7 +105,7 @@ spec:
- name: liveness-prometheus
securityContext:
privileged: true
image: quay.io/cephcsi/cephcsi:canary
image: quay.io/cephcsi/cephcsi:v2.0.0
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"