pin cephcsi image by tag

This commit is contained in:
2025-10-08 04:19:03 +05:30
parent b33f76d902
commit af4db64f35
2 changed files with 5 additions and 5 deletions

View File

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