Skip to content

Commit

Permalink
upgrade cfs-client to 2.2.2 version
Browse files Browse the repository at this point in the history
Signed-off-by: chengyu-l <[email protected]>
  • Loading branch information
chengyu-l committed Sep 30, 2020
1 parent 30a681f commit df0ae3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy/csi-controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deploy/csi-node-daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df0ae3c

Please sign in to comment.