From b3f09fdfdaa0b5d1c12b65ca127ac7bae34d3c24 Mon Sep 17 00:00:00 2001 From: Junhui Chen Date: Mon, 23 Jun 2025 16:11:34 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=94=B9snapshot=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/csi-snapshot-controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/csi-snapshot-controller.yaml b/deploy/csi-snapshot-controller.yaml index 9916349e..c6aa3248 100644 --- a/deploy/csi-snapshot-controller.yaml +++ b/deploy/csi-snapshot-controller.yaml @@ -52,7 +52,7 @@ spec: effect: "NoSchedule" containers: - name: snapshot-controller - image: registry.k8s.io/sig-storage/snapshot-controller:v8.2.1 + image: docker.fairclip.cn/sig-storage/snapshot-controller:v8.2.1 args: - "--v=2" - "--leader-election=true"