From af4db64f3557dab95e96502a4c83280bd4106e90 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Wed, 8 Oct 2025 04:19:03 +0530 Subject: [PATCH] pin cephcsi image by tag --- cluster/config/ceph/csi-rbdplugin-provisioner.yml | 6 +++--- cluster/config/ceph/csi-rbdplugin.yml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cluster/config/ceph/csi-rbdplugin-provisioner.yml b/cluster/config/ceph/csi-rbdplugin-provisioner.yml index 2c8bdca..dcb3d24 100644 --- a/cluster/config/ceph/csi-rbdplugin-provisioner.yml +++ b/cluster/config/ceph/csi-rbdplugin-provisioner.yml @@ -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)" diff --git a/cluster/config/ceph/csi-rbdplugin.yml b/cluster/config/ceph/csi-rbdplugin.yml index 361cf40..d99b8a9 100644 --- a/cluster/config/ceph/csi-rbdplugin.yml +++ b/cluster/config/ceph/csi-rbdplugin.yml @@ -29,7 +29,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.15-canary-amd64 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.15-canary-amd64 args: - "--type=liveness" - "--endpoint=$(CSI_ENDPOINT)"