File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ Target image repository.
173173# ### **nodeDriverRegistrarImage.tag** ~ `string`
174174> Default value:
175175> ```yaml
176- > v2.13 .0
176+ > v2.14 .0
177177> ```
178178
179179Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used.
@@ -214,7 +214,7 @@ Target image repository.
214214# ### **livenessProbeImage.tag** ~ `string`
215215> Default value:
216216> ```yaml
217- > v2.15 .0
217+ > v2.16 .0
218218> ```
219219
220220Override 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 236236 "type" : " string"
237237 },
238238 "helm-values.livenessProbeImage.tag" : {
239- "default" : " v2.15 .0" ,
239+ "default" : " v2.16 .0" ,
240240 "description" : " Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used." ,
241241 "type" : " string"
242242 },
382382 "type" : " string"
383383 },
384384 "helm-values.nodeDriverRegistrarImage.tag" : {
385- "default" : " v2.13 .0" ,
385+ "default" : " v2.14 .0" ,
386386 "description" : " Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used." ,
387387 "type" : " string"
388388 },
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ nodeDriverRegistrarImage:
9797 # Override the image tag to deploy by setting this variable.
9898 # If no value is set, the chart's appVersion is used.
9999 # +docs:property
100- tag : v2.13 .0
100+ tag : v2.14 .0
101101
102102 # Target image digest. Override any tag, if set.
103103 # For example:
@@ -122,7 +122,7 @@ livenessProbeImage:
122122 # Override the image tag to deploy by setting this variable.
123123 # If no value is set, the chart's appVersion is used.
124124 # +docs:property
125- tag : v2.15 .0
125+ tag : v2.16 .0
126126
127127 # Target image digest. Override any tag, if set.
128128 # For example:
You can’t perform that action at this time.
0 commit comments