deploy: update templates to 3.8.0

updating templates to 3.8.0 for new
v3.8.0 release.

fixes: #3336

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2023-02-22 10:04:52 +01:00
committed by mergify[bot]
parent 5de4c2a970
commit e13e72af0b
9 changed files with 15 additions and 15 deletions

View File

@ -117,7 +117,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.8.0
args:
- "--nodeid=$(NODE_ID)"
- "--type=rbd"
@ -174,7 +174,7 @@ spec:
readOnly: true
- 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.8.0
args:
- "--type=controller"
- "--v=5"
@ -195,7 +195,7 @@ spec:
- name: ceph-config
mountPath: /etc/ceph/
- name: liveness-prometheus
image: quay.io/cephcsi/cephcsi:canary
image: quay.io/cephcsi/cephcsi:v3.8.0
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"

View File

@ -51,7 +51,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.8.0
args:
- "--nodeid=$(NODE_ID)"
- "--pluginpath=/var/lib/kubelet/plugins"
@ -135,7 +135,7 @@ spec:
securityContext:
privileged: true
allowPrivilegeEscalation: true
image: quay.io/cephcsi/cephcsi:canary
image: quay.io/cephcsi/cephcsi:v3.8.0
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"