Skip to content

Commit

Permalink
Merge pull request #165 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
  • Loading branch information
cert-manager-prow[bot] authored Jul 18, 2024
2 parents ba3193e + 78bf23d commit db7c2ca
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-spiffe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ Target image repository.
#### **app.driver.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.
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/csi-driver-spiffe/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"type": "string"
},
"helm-values.app.driver.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"
},
Expand Down
2 changes: 1 addition & 1 deletion deploy/charts/csi-driver-spiffe/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ app:
# 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:
Expand Down

0 comments on commit db7c2ca

Please sign in to comment.