Skip to content

Commit

Permalink
fix(csi): update image version to v3.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: mingwei <[email protected]>
  • Loading branch information
heymingwei authored and leonrayang committed Aug 6, 2024
1 parent e674e35 commit 66ce57e
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: cubefs/cfs-csi-driver:v3.3.1
image: cubefs/cfs-csi-driver:v3.3.2
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: cubefs/cfs-csi-driver:v3.3.1
image: cubefs/cfs-csi-driver:v3.3.2
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down

0 comments on commit 66ce57e

Please sign in to comment.