Skip to content

Commit 3f2f168

Browse files
Bump sidecar images
make generate-helm-docs generate-helm-schema Signed-off-by: Richard Wall <[email protected]>
1 parent 1844f2d commit 3f2f168

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

deploy/charts/csi-driver/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
179179
Override 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
220220
Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used.

deploy/charts/csi-driver/values.schema.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@
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
},
@@ -382,7 +382,7 @@
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
},

deploy/charts/csi-driver/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)