From e313755c12f6c39c4baac80452dc60e67b02a9e9 Mon Sep 17 00:00:00 2001 From: Adam Talbot Date: Tue, 27 Aug 2024 15:57:33 +0100 Subject: [PATCH] chore: update csi-node-driver-registrar to v2.12.0 Signed-off-by: Adam Talbot --- deploy/charts/csi-driver/README.md | 2 +- deploy/charts/csi-driver/values.schema.json | 2 +- deploy/charts/csi-driver/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/charts/csi-driver/README.md b/deploy/charts/csi-driver/README.md index 346d5702..648536a4 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.11.1 +> v2.12.0 > ``` 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 bdf723a9..b3b6000f 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.11.1", + "default": "v2.12.0", "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 34bfb509..95334447 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.11.1 + tag: v2.12.0 # Target image digest. Override any tag, if set. # For example: