deploy: revert deploy template changes for release-3.5

This commit revert the template changes brought in for release-3.5
and making it refer to canary.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-01-17 09:44:23 +05:30
committed by mergify[bot]
parent c1100dec15
commit cc0babffa9
8 changed files with 13 additions and 13 deletions

View File

@ -50,7 +50,7 @@ spec:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:v3.5.0
image: quay.io/cephcsi/cephcsi:v3.5-canary
args:
- "--nodeid=$(NODE_ID)"
- "--pluginpath=/var/lib/kubelet/plugins"
@ -121,7 +121,7 @@ spec:
- name: liveness-prometheus
securityContext:
privileged: true
image: quay.io/cephcsi/cephcsi:v3.5.0
image: quay.io/cephcsi/cephcsi:v3.5-canary
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"