template: revert back changes done for v2.1.1 release

This PR reverts the templates changes and other
changes done for release-v2.1.1.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2020-05-12 13:58:13 +05:30
committed by Madhu Rajanna
parent 66645cf6f5
commit dfe7f1b100
11 changed files with 17 additions and 17 deletions

View File

@ -101,7 +101,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:v2.1.1
image: quay.io/cephcsi/cephcsi:v2.1-canary
args:
- "--nodeid=$(NODE_ID)"
- "--type=rbd"
@ -139,7 +139,7 @@ spec:
- name: keys-tmp-dir
mountPath: /tmp/csi/keys
- name: liveness-prometheus
image: quay.io/cephcsi/cephcsi:v2.1.1
image: quay.io/cephcsi/cephcsi:v2.1-canary
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:v2.1.1
image: quay.io/cephcsi/cephcsi:v2.1-canary
args:
- "--nodeid=$(NODE_ID)"
- "--type=rbd"
@ -111,7 +111,7 @@ spec:
- name: liveness-prometheus
securityContext:
privileged: true
image: quay.io/cephcsi/cephcsi:v2.1.1
image: quay.io/cephcsi/cephcsi:v2.1-canary
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"