File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7272 serviceAccountName : csi-snapshotter
7373 containers :
7474 - name : csi-provisioner
75- image : registry.k8s.io/sig-storage/csi-provisioner:v3.3 .0
75+ image : registry.k8s.io/sig-storage/csi-provisioner:v3.4 .0
7676 args :
7777 - " --v=5"
7878 - " --csi-address=$(ADDRESS)"
8484 - name : socket-dir
8585 mountPath : /csi
8686 - name : csi-snapshotter
87- image : registry.k8s.io/sig-storage/csi-snapshotter:v6.1.0
87+ image : registry.k8s.io/sig-storage/csi-snapshotter:v6.2.1
8888 args :
8989 - " --v=5"
9090 - " --csi-address=$(ADDRESS)"
9797 - name : socket-dir
9898 mountPath : /csi
9999 - name : hostpath
100- image : registry.k8s.io/sig-storage/hostpathplugin:v1.9 .0
100+ image : registry.k8s.io/sig-storage/hostpathplugin:v1.11 .0
101101 args :
102102 - " --v=5"
103103 - " --endpoint=$(CSI_ENDPOINT)"
Original file line number Diff line number Diff line change 3333 serviceAccountName : snapshot-controller
3434 containers :
3535 - name : snapshot-controller
36- image : registry.k8s.io/sig-storage/snapshot-controller:v6.1.0
36+ image : registry.k8s.io/sig-storage/snapshot-controller:v6.2.1
3737 args :
3838 - " --v=5"
3939 - " --leader-election=true"
Original file line number Diff line number Diff line change 1818 serviceAccountName : snapshot-webhook
1919 containers :
2020 - name : snapshot-validation
21- image : registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.1.0 # change the image if you wish to use your own custom validation server image
21+ image : registry.k8s.io/sig-storage/snapshot-validation-webhook:v6.2.1 # change the image if you wish to use your own custom validation server image
2222 imagePullPolicy : IfNotPresent
2323 args : ['--tls-cert-file=/etc/snapshot-validation-webhook/certs/tls.crt', '--tls-private-key-file=/etc/snapshot-validation-webhook/certs/tls.key']
2424 ports :
You can’t perform that action at this time.
0 commit comments