From d3c140c36f0c26aa9a6eaef5f5f5c3733ee0d5fb Mon Sep 17 00:00:00 2001 From: yangshifu Date: Thu, 14 Aug 2025 12:14:49 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E8=A1=A5=E5=85=85cps=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E9=83=A8=E7=BD=B2=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 1 + values.yaml | 12 +++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index d78f229..57bbe74 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -27,6 +27,7 @@ steps: commands: - mc alias set cache --api=S3v4 https://cache.wodcloud.com $S3_ACCESS_KEY $S3_SECRET_KEY - mc cp ./csi-s3-0.43.0.tgz cache/kubernetes/k8s/charts/csi-s3-0.43.0.tgz + - mc cp ./csi-s3-0.43.0.tgz cache/kubernetes/cps/csi-s3/csi-s3-0.43.0.tgz --- kind: secret diff --git a/values.yaml b/values.yaml index 6c6eede..0a2e0ec 100644 --- a/values.yaml +++ b/values.yaml @@ -1,11 +1,11 @@ --- images: # Source: quay.io/k8scsi/csi-node-driver-registrar:v1.2.0 - registrar: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-node-driver-registrar:v1.2.0 + registrar: registry.cn-qingdao.aliyuncs.com/wod/csi-node-driver-registrar:v1.2.0 # Source: quay.io/k8scsi/csi-provisioner:v2.1.0 - provisioner: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-provisioner:v2.1.0 + provisioner: registry.cn-qingdao.aliyuncs.com/wod/csi-provisioner:v2.1.0 # Main image - csi: cr.yandex/crp9ftr22d26age3hulg/yandex-cloud/csi-s3/csi-s3-driver:0.43.0 + csi: registry.cn-qingdao.aliyuncs.com/wod/csi-s3-driver:0.43.0 storageClass: # Specifies whether the storage class should be created @@ -15,9 +15,11 @@ storageClass: # Use a single bucket for all dynamically provisioned persistent volumes singleBucket: "" # mounter to use - either geesefs, s3fs or rclone (default geesefs) - mounter: geesefs + mounter: s3fs # GeeseFS mount options - mountOptions: "--memory-limit 1000 --dir-mode 0777 --file-mode 0666" + # mountOptions: "--memory-limit 1000 --dir-mode 0777 --file-mode 0666" + mountOptions: "" + path: "pvc" # Volume reclaim policy reclaimPolicy: Delete # Annotations for the storage class -- 2.26.0