Skip to content

Commit db7c2ca

Browse files
Merge pull request #165 from ThatsMrTalbot/chore/update-csi-node-driver-registrar
chore: update csi-node-driver-registrar
2 parents ba3193e + 78bf23d commit db7c2ca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/charts/csi-driver-spiffe/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Target image repository.
256256
#### **app.driver.nodeDriverRegistrarImage.tag** ~ `string`
257257
> Default value:
258258
> ```yaml
259-
> v2.10.0
259+
> v2.11.1
260260
> ```
261261

262262
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-spiffe/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@
356356
"type": "string"
357357
},
358358
"helm-values.app.driver.nodeDriverRegistrarImage.tag": {
359-
"default": "v2.10.0",
359+
"default": "v2.11.1",
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
},

deploy/charts/csi-driver-spiffe/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ app:
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.10.0
133+
tag: v2.11.1
134134

135135
# Target image digest. Override any tag, if set.
136136
# For example:

0 commit comments

Comments
 (0)