mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
ci: prepare for 3.12.3 release
This commit is a preparation for the 3.12.3 release Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
committed by
mergify[bot]
parent
590955ea76
commit
863bf708e5
@ -47,7 +47,7 @@ spec:
|
||||
priorityClassName: system-cluster-critical
|
||||
containers:
|
||||
- name: csi-rbdplugin
|
||||
image: quay.io/cephcsi/cephcsi:v3.12-canary
|
||||
image: quay.io/cephcsi/cephcsi:v3.12.3
|
||||
args:
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
- "--type=rbd"
|
||||
@ -172,7 +172,7 @@ spec:
|
||||
- name: socket-dir
|
||||
mountPath: /csi
|
||||
- name: csi-rbdplugin-controller
|
||||
image: quay.io/cephcsi/cephcsi:v3.12-canary
|
||||
image: quay.io/cephcsi/cephcsi:v3.12.3
|
||||
args:
|
||||
- "--type=controller"
|
||||
- "--v=5"
|
||||
@ -193,7 +193,7 @@ spec:
|
||||
- name: ceph-config
|
||||
mountPath: /etc/ceph/
|
||||
- name: liveness-prometheus
|
||||
image: quay.io/cephcsi/cephcsi:v3.12-canary
|
||||
image: quay.io/cephcsi/cephcsi:v3.12.3
|
||||
args:
|
||||
- "--type=liveness"
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
|
@ -28,7 +28,7 @@ spec:
|
||||
capabilities:
|
||||
add: ["SYS_ADMIN"]
|
||||
allowPrivilegeEscalation: true
|
||||
image: quay.io/cephcsi/cephcsi:v3.12-canary
|
||||
image: quay.io/cephcsi/cephcsi:v3.12.3
|
||||
args:
|
||||
- "--nodeid=$(NODE_ID)"
|
||||
- "--pluginpath=/var/lib/kubelet/plugins"
|
||||
@ -134,7 +134,7 @@ spec:
|
||||
securityContext:
|
||||
privileged: true
|
||||
allowPrivilegeEscalation: true
|
||||
image: quay.io/cephcsi/cephcsi:v3.12-canary
|
||||
image: quay.io/cephcsi/cephcsi:v3.12.3
|
||||
args:
|
||||
- "--type=liveness"
|
||||
- "--endpoint=$(CSI_ENDPOINT)"
|
||||
|
Reference in New Issue
Block a user