Skip to content

Commit

Permalink
Merge pull request #296 from ThatsMrTalbot/chore/update-csi-node-driv…
Browse files Browse the repository at this point in the history
…er-registrar

chore: update csi-node-driver-registrar to v2.12.0
  • Loading branch information
cert-manager-prow[bot] authored Aug 28, 2024
2 parents 8af624d + e313755 commit 4676cc9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/csi-driver/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/csi-driver/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/csi-driver/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4676cc9

Please sign in to comment.