deploy: update templates to v3.12.1

This commit updates templates to new
v3.12.1 release.

Signed-off-by: Rakshith R <rar@redhat.com>
This commit is contained in:
Rakshith R
2024-08-20 11:54:17 +05:30
committed by mergify[bot]
parent 99a7c359c0
commit 5555156dd1
10 changed files with 17 additions and 17 deletions

View File

@ -40,7 +40,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: csi-nfsplugin
image: quay.io/cephcsi/cephcsi:v3.12-canary
image: quay.io/cephcsi/cephcsi:v3.12.1
args:
- "--nodeid=$(NODE_ID)"
- "--type=nfs"
@ -120,7 +120,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: liveness-prometheus
image: quay.io/cephcsi/cephcsi:v3.12-canary
image: quay.io/cephcsi/cephcsi:v3.12.1
args:
- "--type=liveness"
- "--endpoint=$(CSI_ENDPOINT)"

View File

@ -26,7 +26,7 @@ spec:
capabilities:
add: ["SYS_ADMIN"]
allowPrivilegeEscalation: true
image: quay.io/cephcsi/cephcsi:v3.12-canary
image: quay.io/cephcsi/cephcsi:v3.12.1
args:
- "--nodeid=$(NODE_ID)"
- "--type=nfs"