File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ spec:
100100 allowPrivilegeEscalation : false
101101
102102 - name : external-provisioner
103- image : registry.k8s.io/sig-storage/csi-provisioner:v5.0.2
103+ image : registry.k8s.io/sig-storage/csi-provisioner:v5.2.0
104104 imagePullPolicy : IfNotPresent
105105 args :
106106 - " --v=4"
@@ -128,7 +128,7 @@ spec:
128128 allowPrivilegeEscalation : false
129129
130130 - name : external-attacher
131- image : registry.k8s.io/sig-storage/csi-attacher:v4.6 .1
131+ image : registry.k8s.io/sig-storage/csi-attacher:v4.8 .1
132132 imagePullPolicy : IfNotPresent
133133 args :
134134 - " --v=4"
@@ -153,7 +153,7 @@ spec:
153153 allowPrivilegeEscalation : false
154154
155155 - name : external-resizer
156- image : registry.k8s.io/sig-storage/csi-resizer:v1.11 .2
156+ image : registry.k8s.io/sig-storage/csi-resizer:v1.13 .2
157157 args :
158158 - " --v=5"
159159 - " --csi-address=$(ADDRESS)"
@@ -178,7 +178,7 @@ spec:
178178 allowPrivilegeEscalation : false
179179
180180 - name : liveness-probe
181- image : registry.k8s.io/sig-storage/livenessprobe:v2.13.1
181+ image : registry.k8s.io/sig-storage/livenessprobe:v2.15.0
182182 args :
183183 - " --v=4"
184184 - " --csi-address=$(ADDRESS)"
Original file line number Diff line number Diff line change 9393 privileged : true
9494
9595 - name : node-driver-registrar
96- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.11.1
96+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.13.0
9797 imagePullPolicy : IfNotPresent
9898 args :
9999 - " --csi-address=$(ADDRESS)"
@@ -134,7 +134,7 @@ spec:
134134 allowPrivilegeEscalation : false
135135
136136 - name : liveness-probe
137- image : registry.k8s.io/sig-storage/livenessprobe:v2.13.1
137+ image : registry.k8s.io/sig-storage/livenessprobe:v2.15.0
138138 imagePullPolicy : IfNotPresent
139139 args :
140140 - " --v=4"
You can’t perform that action at this time.
0 commit comments