Skip to content

Commit

Permalink
fix(csi): update image version to v3.3.0
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 ed7135b commit f036ea8
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.2.1
image: cubefs/cfs-csi-driver:v3.3.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: cubefs/cfs-csi-driver:v3.2.1
image: cubefs/cfs-csi-driver:v3.3.0
imagePullPolicy: IfNotPresent
securityContext:
privileged: true
Expand Down

0 comments on commit f036ea8

Please sign in to comment.