deploy: changes the image to v3.5.0 instead of canary for release

This commit changes the provisioner and plugin images for 3.5.0 image.

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal
2022-01-13 10:10:55 +05:30
committed by mergify[bot]
parent bdf5fc302a
commit 43182b39fe
4 changed files with 9 additions and 9 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:canary
image: quay.io/cephcsi/cephcsi:v3.5.0
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:canary
image: quay.io/cephcsi/cephcsi:v3.5.0
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"