File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 84
84
- name : socket-dir
85
85
mountPath : /csi
86
86
- name : csi-snapshotter
87
- image : registry.k8s.io/sig-storage/csi-snapshotter:v7 .0.1
87
+ image : registry.k8s.io/sig-storage/csi-snapshotter:v8 .0.1
88
88
args :
89
89
- " --v=5"
90
90
- " --csi-address=$(ADDRESS)"
Original file line number Diff line number Diff line change 34
34
serviceAccountName : snapshot-controller
35
35
containers :
36
36
- name : snapshot-controller
37
- image : registry.k8s.io/sig-storage/snapshot-controller:v7 .0.1
37
+ image : registry.k8s.io/sig-storage/snapshot-controller:v8 .0.1
38
38
args :
39
39
- " --v=5"
40
40
- " --leader-election=true"
Original file line number Diff line number Diff line change 19
19
serviceAccountName : snapshot-webhook
20
20
containers :
21
21
- name : snapshot-validation
22
- image : registry.k8s.io/sig-storage/snapshot-validation-webhook:v7 .0.1 # change the image if you wish to use your own custom validation server image
22
+ image : registry.k8s.io/sig-storage/snapshot-validation-webhook:v8 .0.1 # change the image if you wish to use your own custom validation server image
23
23
imagePullPolicy : IfNotPresent
24
24
args :
25
25
- ' --tls-cert-file=/etc/snapshot-validation-webhook/certs/tls.crt'
You can’t perform that action at this time.
0 commit comments