From fd77da9c053c1d7d157785cf6c2992d1c048f45f Mon Sep 17 00:00:00 2001 From: YangSen-qn Date: Thu, 22 May 2025 10:21:43 +0800 Subject: [PATCH] version to v0.2.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85062c7..a199d5b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ $ make push_image #### Step 1: Create Kodo CSI Plugin ```sh -$ kubectl create -f https://github.com/qiniu/kubernetes-csi-driver/releases/download/v0.1.3/kodo-plugin.yaml +$ kubectl create -f https://github.com/qiniu/kubernetes-csi-driver/releases/download/v0.2.0/kodo-plugin.yaml ``` > Note: The plugin log style can be configured by environment variable: LOG_TYPE. @@ -152,7 +152,7 @@ This mode should support all normal file system operations. #### Step 1: Create KodoFS CSI Plugin ```sh -$ kubectl create -f https://github.com/qiniu/kubernetes-csi-driver/releases/download/v0.1.3/kodofs-plugin.yaml +$ kubectl create -f https://github.com/qiniu/kubernetes-csi-driver/releases/download/v0.2.0/kodofs-plugin.yaml ``` > Note: The plugin log style can be configured by environment variable: LOG_TYPE.