Skip to content

Commit d65e12a

Browse files
Merge pull request #280 from ThatsMrTalbot/chore/update-csi-node-driver-registrar
chore: update csi-node-driver-registrar image
2 parents df9db8a + 8aa40c7 commit d65e12a

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.10.0
176+
> v2.11.1
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.10.0",
385+
"default": "v2.11.1",
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.10.0
100+
tag: v2.11.1
101101

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

0 commit comments

Comments
 (0)