deploy: Template changes for release v2.1.2

Updated the templates and the required scripts
to make a v2.1.2 release.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2020-06-05 12:27:47 +05:30
committed by Madhu Rajanna
parent 958d2b3974
commit a03675e3ae
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-canary
image: quay.io/cephcsi/cephcsi:v2.1.2
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-canary
image: quay.io/cephcsi/cephcsi:v2.1.2
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-canary
image: quay.io/cephcsi/cephcsi:v2.1.2
args:
- "--nodeid=$(NODE_ID)"
- "--type=rbd"
@ -111,7 +111,7 @@ spec:
- name: liveness-prometheus
securityContext:
privileged: true
image: quay.io/cephcsi/cephcsi:v2.1-canary
image: quay.io/cephcsi/cephcsi:v2.1.2
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"