Skip to content

Commit

Permalink
Merge pull request #66 from Huweicai/master
Browse files Browse the repository at this point in the history
feat: update cfs-driver image to v3.1.0.150.0
  • Loading branch information
heymingwei committed Sep 8, 2022
2 parents 5a0394e + 7267f75 commit 5bc27a8
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 @@ -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
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 @@ -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
Expand Down

0 comments on commit 5bc27a8

Please sign in to comment.