From a4a2fd142bf0f29956eecc2dd31aa23312b35ec6 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 3 Oct 2025 20:35:12 +0530 Subject: [PATCH] Update csi-rbdplugin images to use specific SHA256 digests for stability --- cluster/config/ceph/csi-rbdplugin-provisioner.yml | 4 ++-- cluster/config/ceph/csi-rbdplugin.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cluster/config/ceph/csi-rbdplugin-provisioner.yml b/cluster/config/ceph/csi-rbdplugin-provisioner.yml index 2c8bdca..86e4837 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@sha256:6e32aa20a35493f7ccdfda59566c37a3b263279f2b97f79645870b8e0ae1d4f3 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@sha256:6e32aa20a35493f7ccdfda59566c37a3b263279f2b97f79645870b8e0ae1d4f3 args: - "--type=controller" - "--v=5" diff --git a/cluster/config/ceph/csi-rbdplugin.yml b/cluster/config/ceph/csi-rbdplugin.yml index 361cf40..33b844b 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@sha256:6e32aa20a35493f7ccdfda59566c37a3b263279f2b97f79645870b8e0ae1d4f3 args: - "--nodeid=$(NODE_ID)" - "--pluginpath=/var/lib/kubelet/plugins"