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

@ -112,7 +112,7 @@ spec:
mountPath: /csi
- name: csi-rbdplugin
# 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)"
- "--type=rbd"
@ -165,7 +165,7 @@ spec:
mountPath: /etc/ceph/
- name: csi-rbdplugin-controller
# for stable functionality replace canary with latest release version
image: quay.io/cephcsi/cephcsi:canary
image: quay.io/cephcsi/cephcsi:v3.5.0
args:
- "--type=controller"
- "--v=5"
@ -185,7 +185,7 @@ spec:
- name: ceph-config
mountPath: /etc/ceph/
- name: liveness-prometheus
image: quay.io/cephcsi/cephcsi:canary
image: quay.io/cephcsi/cephcsi:v3.5.0
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"