Skip to content

Commit

Permalink
Merge pull request #35 from chengyu-l/master
Browse files Browse the repository at this point in the history
upgrade cfs-client to 2.2.2 version
  • Loading branch information
mervinkid authored Oct 23, 2020
2 parents 18f5552 + df0ae3c commit e9f8e96
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 e9f8e96

Please sign in to comment.