diff --git a/deploy/csi-controller-deployment.yaml b/deploy/csi-controller-deployment.yaml index 4df67686..e5e68185 100644 --- a/deploy/csi-controller-deployment.yaml +++ b/deploy/csi-controller-deployment.yaml @@ -79,7 +79,7 @@ spec: - mountPath: /csi name: socket-dir - name: cfs-driver - image: ghcr.io/cubefs/cfs-csi-driver:2.4.1.110.1 + image: ghcr.io/cubefs/cfs-csi-driver:3.1.0.150.0 imagePullPolicy: IfNotPresent securityContext: privileged: true diff --git a/deploy/csi-node-daemonset.yaml b/deploy/csi-node-daemonset.yaml index cb460b47..ea0623ec 100644 --- a/deploy/csi-node-daemonset.yaml +++ b/deploy/csi-node-daemonset.yaml @@ -49,7 +49,7 @@ spec: - mountPath: /registration name: registration-dir - name: cfs-driver - image: ghcr.io/cubefs/cfs-csi-driver:2.4.1.110.1 + image: ghcr.io/cubefs/cfs-csi-driver:3.1.0.150.0 imagePullPolicy: IfNotPresent securityContext: privileged: true