update set-csi-snapshotter.yaml csi-snapshotter image from v4.0.0 to v4.1.1

This commit is contained in:
f10atin9
2021-06-29 23:40:21 +08:00
parent 0bd24e247e
commit c9c8c38f8b
2 changed files with 2 additions and 2 deletions

View File

@@ -84,7 +84,7 @@ spec:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: csi-snapshotter - name: csi-snapshotter
image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.0.0 image: k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1
args: args:
- "--v=5" - "--v=5"
- "--csi-address=$(ADDRESS)" - "--csi-address=$(ADDRESS)"

View File

@@ -33,7 +33,7 @@ spec:
serviceAccount: snapshot-controller serviceAccount: snapshot-controller
containers: containers:
- name: snapshot-controller - name: snapshot-controller
image: k8s.gcr.io/sig-storage/snapshot-controller:v4.0.0 image: k8s.gcr.io/sig-storage/snapshot-controller:v4.1.1
args: args:
- "--v=5" - "--v=5"
- "--leader-election=true" - "--leader-election=true"