diff --git a/deploy/charts/csi-driver/README.md b/deploy/charts/csi-driver/README.md index eab401d8..346d5702 100644 --- a/deploy/charts/csi-driver/README.md +++ b/deploy/charts/csi-driver/README.md @@ -173,7 +173,7 @@ Target image repository. #### **nodeDriverRegistrarImage.tag** ~ `string` > Default value: > ```yaml -> v2.10.0 +> v2.11.1 > ``` Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used. diff --git a/deploy/charts/csi-driver/values.schema.json b/deploy/charts/csi-driver/values.schema.json index 13b90212..bdf723a9 100644 --- a/deploy/charts/csi-driver/values.schema.json +++ b/deploy/charts/csi-driver/values.schema.json @@ -382,7 +382,7 @@ "type": "string" }, "helm-values.nodeDriverRegistrarImage.tag": { - "default": "v2.10.0", + "default": "v2.11.1", "description": "Override the image tag to deploy by setting this variable. If no value is set, the chart's appVersion is used.", "type": "string" }, diff --git a/deploy/charts/csi-driver/values.yaml b/deploy/charts/csi-driver/values.yaml index 9783f21a..34bfb509 100644 --- a/deploy/charts/csi-driver/values.yaml +++ b/deploy/charts/csi-driver/values.yaml @@ -97,7 +97,7 @@ nodeDriverRegistrarImage: # Override the image tag to deploy by setting this variable. # If no value is set, the chart's appVersion is used. # +docs:property - tag: v2.10.0 + tag: v2.11.1 # Target image digest. Override any tag, if set. # For example: