diff --git a/deploy/csi-controller-deployment.yaml b/deploy/csi-controller-deployment.yaml index 78d4e185..3a1086e5 100644 --- a/deploy/csi-controller-deployment.yaml +++ b/deploy/csi-controller-deployment.yaml @@ -60,7 +60,7 @@ spec: - mountPath: /csi name: socket-dir - name: cfs-driver - image: chubaofs/cfs-csi-driver:2.2.1.110.0 + image: chubaofs/cfs-csi-driver:2.2.2.110.0 imagePullPolicy: IfNotPresent securityContext: privileged: true diff --git a/deploy/csi-node-daemonset.yaml b/deploy/csi-node-daemonset.yaml index 0c704fb7..583ac1fd 100644 --- a/deploy/csi-node-daemonset.yaml +++ b/deploy/csi-node-daemonset.yaml @@ -48,7 +48,7 @@ spec: - mountPath: /registration name: registration-dir - name: cfs-driver - image: chubaofs/cfs-csi-driver:2.2.1.110.0 + image: chubaofs/cfs-csi-driver:2.2.2.110.0 imagePullPolicy: IfNotPresent securityContext: privileged: true