File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
deploy/charts/csi-driver-spiffe Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ Target image repository.
256256# ### **app.driver.nodeDriverRegistrarImage.tag** ~ `string`
257257> Default value:
258258> ```yaml
259- > v2.13 .0
259+ > v2.14 .0
260260> ```
261261
262262Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used.
@@ -297,7 +297,7 @@ Target image repository.
297297# ### **app.driver.livenessProbeImage.tag** ~ `string`
298298> Default value:
299299> ```yaml
300- > v2.15 .0
300+ > v2.16 .0
301301> ```
302302
303303Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used.
Original file line number Diff line number Diff line change 312312 "type" : " string"
313313 },
314314 "helm-values.app.driver.livenessProbeImage.tag" : {
315- "default" : " v2.15 .0" ,
315+ "default" : " v2.16 .0" ,
316316 "description" : " Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used." ,
317317 "type" : " string"
318318 },
356356 "type" : " string"
357357 },
358358 "helm-values.app.driver.nodeDriverRegistrarImage.tag" : {
359- "default" : " v2.13 .0" ,
359+ "default" : " v2.14 .0" ,
360360 "description" : " Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used." ,
361361 "type" : " string"
362362 },
Original file line number Diff line number Diff line change 130130 # Override the image tag to deploy by setting this variable.
131131 # If no value is set, the chart's appVersion is used.
132132 # +docs:property
133- tag : v2.13 .0
133+ tag : v2.14 .0
134134
135135 # Target image digest. Override any tag, if set.
136136 # For example:
155155 # Override the image tag to deploy by setting this variable.
156156 # If no value is set, the chart's appVersion is used.
157157 # +docs:property
158- tag : v2.15 .0
158+ tag : v2.16 .0
159159
160160 # Target image digest. Override any tag, if set.
161161 # For example:
You can’t perform that action at this time.
0 commit comments