Skip to content

Commit 4676cc9

Browse files
Merge pull request #296 from ThatsMrTalbot/chore/update-csi-node-driver-registrar
chore: update csi-node-driver-registrar to v2.12.0
2 parents 8af624d + e313755 commit 4676cc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

deploy/charts/csi-driver/README.md

Lines changed: 1 addition & 1 deletion
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.11.1
176+
> v2.12.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.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@
382382
"type": "string"
383383
},
384384
"helm-values.nodeDriverRegistrarImage.tag": {
385-
"default": "v2.11.1",
385+
"default": "v2.12.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: 1 addition & 1 deletion
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.11.1
100+
tag: v2.12.0
101101

102102
# Target image digest. Override any tag, if set.
103103
# For example:

0 commit comments

Comments
 (0)